2011-06-18 |
Chris Lattner | update for api change.
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | comment improvements.
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | Fix a regression introduced by r131955 which broke...
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | code cleanups, no behavior change.
|
commit | commitdiff | tree |
2011-06-15 |
Chris Lattner | remove the index page, we have dox now!
|
commit | commitdiff | tree |
2011-06-15 |
Chris Lattner | remove some more empty dirs.
|
commit | commitdiff | tree |
2011-06-15 |
Chris Lattner | remove an empty dir.
|
commit | commitdiff | tree |
2011-06-15 |
Chris Lattner | mention new VLA behavior in gnu* vs c* mode dox.
|
commit | commitdiff | tree |
2011-06-14 |
Chris Lattner | revert r133003 and fix the bug properly: the issue...
|
commit | commitdiff | tree |
2011-06-14 |
Chris Lattner | Fix a crash on the testcase in PR9981 / rdar://9486765.
|
commit | commitdiff | tree |
2011-06-14 |
Chris Lattner | when compiling in a GNU mode (e.g. gnu99) treat VLAs...
|
commit | commitdiff | tree |
2011-06-14 |
Chris Lattner | fix rdar://9204520 - Accept int(0.85 * 10) as an initializer...
|
commit | commitdiff | tree |
2011-06-14 |
Chris Lattner | fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn...
|
commit | commitdiff | tree |
2011-05-28 |
Chris Lattner | make this a bit less confusing
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | attempt to fix windows testers, which generate #line...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | make the x86-32 backend specify a byval alignment,...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Fix x86-64 byval passing to specify the alignment even...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Invoke the FileChanged callback before pushing the...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | fix 80 col violation
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add opensuse toolchain support, patch by Ismail Donmez!
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Add Redhat Enterprise Linux to the Linux toolchain...
|
commit | commitdiff | tree |
2011-05-21 |
Chris Lattner | adjust to mainline api change.
|
commit | commitdiff | tree |
2011-05-21 |
Chris Lattner | switch clang off StandardPasses.h onto PassManagerBuilder.h
|
commit | commitdiff | tree |
2011-05-13 |
Chris Lattner | some updates.
|
commit | commitdiff | tree |
2011-05-13 |
Chris Lattner | this never happened.
|
commit | commitdiff | tree |
2011-05-13 |
Chris Lattner | remove some old redirect pages. We're into our 3rd...
|
commit | commitdiff | tree |
2011-04-25 |
Chris Lattner | don't use compound literals in MM macros, since they...
|
commit | commitdiff | tree |
2011-04-25 |
Chris Lattner | fix PR9474, a crash with -fshort-enum and C++ templates...
|
commit | commitdiff | tree |
2011-04-22 |
Chris Lattner | don't warn about empty macro arguments in c++'0x mode...
|
commit | commitdiff | tree |
2011-04-20 |
Chris Lattner | fix a crash on code that uses the result value of __builtin_...
|
commit | commitdiff | tree |
2011-04-19 |
Chris Lattner | some cleanups to use IRBuilder methods instead of llvm...
|
commit | commitdiff | tree |
2011-04-19 |
Chris Lattner | use the newly introduced IRBuilder getInt() method...
|
commit | commitdiff | tree |
2011-04-17 |
Chris Lattner | Fix a miscompilation I introduced in r129652, thanks...
|
commit | commitdiff | tree |
2011-04-17 |
Chris Lattner | when assertions are disabled, labels go away. Hopefully...
|
commit | commitdiff | tree |
2011-04-17 |
Chris Lattner | implement rdar://9289524 - case followed immediately...
|
commit | commitdiff | tree |
2011-04-17 |
Chris Lattner | fold memcpy/set/move_chk to llvm.memcpy/set/move when...
|
commit | commitdiff | tree |
2011-04-16 |
Chris Lattner | fix rdar://9289603 - clang should fold trivial ?: for...
|
commit | commitdiff | tree |
2011-04-15 |
Chris Lattner | fix a bunch of comment typos found by codespell. Patch by
|
commit | commitdiff | tree |
2011-04-11 |
Chris Lattner | fix the path to ld.so for darwin/ppc, resolving PR9677...
|
commit | commitdiff | tree |
2011-04-09 |
Chris Lattner | fix indentation
|
commit | commitdiff | tree |
2011-04-09 |
Chris Lattner | accept -x objc-cpp-output as an alias for -x objective...
|
commit | commitdiff | tree |
2011-04-09 |
Chris Lattner | add a __sync_swap builtin to fill out the rest of the...
|
commit | commitdiff | tree |
2011-04-08 |
Chris Lattner | complete documentation of flags, patch by nobled
|
commit | commitdiff | tree |
2011-04-08 |
Chris Lattner | typo fix + expand
|
commit | commitdiff | tree |
2011-04-08 |
Chris Lattner | fix a typo, patch by PaX team.
|
commit | commitdiff | tree |
2011-03-26 |
Chris Lattner | fix the second part of rdar://8366474 - clang fails...
|
commit | commitdiff | tree |
2011-03-23 |
Chris Lattner | switch a few Driver APIs to use llvm::ArrayRef, cleaning...
|
commit | commitdiff | tree |
2011-03-23 |
Chris Lattner | remove a dead variable.
|
commit | commitdiff | tree |
2011-03-21 |
Chris Lattner | and now there are 3!
|
commit | commitdiff | tree |
2011-03-01 |
Chris Lattner | -fwrapv should turn off the inbounds markers from geps...
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | Make skipping of vardecls more precise: it's ok to...
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | make switch constant folding a bit stronger, handling...
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | remove a bogus assertion, add a comment.
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | make switch condition constant folding much more aggressive...
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | fix my containsBreak predicate.
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | First tiny step to implementing PR9322: build infrastructure...
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | Add some helper methods that will be used in my next...
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2011-02-28 |
Chris Lattner | add a const version of this accessor.
|
commit | commitdiff | tree |
2011-02-27 |
Chris Lattner | Change the interface to ConstantFoldsToSimpleInteger...
|
commit | commitdiff | tree |
2011-02-24 |
Chris Lattner | compute the integer width, not the memory width here...
|
commit | commitdiff | tree |
2011-02-24 |
Chris Lattner | Reimplement DefineTypeSize in terms of APInt. This...
|
commit | commitdiff | tree |
2011-02-24 |
Chris Lattner | rework processing of unavailable and deprecated attributes...
|
commit | commitdiff | tree |
2011-02-22 |
Chris Lattner | improve support for SUSE Linux Enterprise Server 11...
|
commit | commitdiff | tree |
2011-02-21 |
Chris Lattner | add one more case of mismatched input/output constraints.
|
commit | commitdiff | tree |
2011-02-21 |
Chris Lattner | more code restructuring, no functionality change.
|
commit | commitdiff | tree |
2011-02-21 |
Chris Lattner | split the iteration loop out to a helper function,...
|
commit | commitdiff | tree |
2011-02-21 |
Chris Lattner | fix a comment.
|
commit | commitdiff | tree |
2011-02-21 |
Chris Lattner | Pass the right linker flag in openbsd::Link::ConstructJob,
|
commit | commitdiff | tree |
2011-02-19 |
Chris Lattner | Fix PR9253, allowing attribute(aligned) to reduce the...
|
commit | commitdiff | tree |
2011-02-19 |
Chris Lattner | implement a tiny amount of codegen support for gnu...
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | If -fno-builtin is passed, tell TargetLibraryInfo to
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | install a TargetLibraryInfo configured with the appropriate
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | fix rdar://9024687, a crash on invalid that we used...
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | accept and ignore a few things for better OpenBSD compatibility,
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | we now support __label__
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | implement basic support for __label__. I wouldn't...
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | rename test
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | Switch labels over to using normal name lookup, instead...
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | break testcase over multiple lines to make it easier...
|
commit | commitdiff | tree |
2011-02-18 |
Chris Lattner | handle labeldecls.
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | make block bodies handle undefined labels just like...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | improve support for big endian targets, fixing PR8171...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | add a fixme
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | Step #2/N of __label__ support: keep pushing LabelDecl...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | Inline LocalInstantiationScope::getInstantiationOf...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | remove some defensive code: LocalInstantiationScope...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | remove some dead overloads.
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | Step #1/N of implementing support for __label__: split...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | simplify a bit.
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | fix clang -MM output to escape spaces in filenames...
|
commit | commitdiff | tree |
2011-02-17 |
Chris Lattner | update this test now that reassociate isn't stripping...
|
commit | commitdiff | tree |
2011-02-15 |
Chris Lattner | update for ConstantVector API change.
|
commit | commitdiff | tree |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made...
|
commit | commitdiff | tree |
2011-02-14 |
Chris Lattner | update for ConstantVector::get API change.
|
commit | commitdiff | tree |
2011-02-14 |
Chris Lattner | fix two broken links and some out of date writing,...
|
commit | commitdiff | tree |
2011-02-06 |
Chris Lattner | add some missing builtins.
|
commit | commitdiff | tree |
2011-01-24 |
Chris Lattner | fix some typos, patch by Jonathan Wakely!
|
commit | commitdiff | tree |
2011-01-24 |
Chris Lattner | fix a broken example, PR9005, patch by Jonathan Wakely!
|
commit | commitdiff | tree |