summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixed file header comment.Misha Brukman2009-04-01
* Added tests for math utility functions; fixed another test's header comment.Misha Brukman2009-04-01
* Fixed spelling.Misha Brukman2009-04-01
* Remove dead code.Devang Patel2009-04-01
* add this to SVN to allow collaborative hacking.Chris Lattner2009-04-01
* Add range insert method for DenseSet and define DenseMapInfo for chars.Chris Lattner2009-04-01
* Recognize arm triplets.Evan Cheng2009-04-01
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Constify method to make VC++ happy. Patch by Brian Diekelman!Ted Kremenek2009-04-01
* Use LLVM type names instead of C type names in comments, to beDan Gohman2009-04-01
* Fix PR3862: Recognize some ARM-specific constraints for immediates in inlineBob Wilson2009-04-01
* Revert r68172. It caused regressions inDan Gohman2009-04-01
* Fixed spelling.Misha Brukman2009-04-01
* CMake: Have generated Xcode projects also contain the LLVM header files.Ted Kremenek2009-04-01
* Detect that we're building from a git checkout like we do for cvs and svn.Nick Lewycky2009-04-01
* hopefully fix an apparent build error on windows.Chris Lattner2009-04-01
* fix a serious regression I introduced in my previous patch.Chris Lattner2009-04-01
* Enhance GVN to propagate simple conditionals. This fixes PR3921.Owen Anderson2009-04-01
* include Makefile.common before using $(BuildMode) to get its definitionMisha Brukman2009-04-01
* * Fixed spelling of `invertible'Misha Brukman2009-04-01
* Allow the use of pointers to const within PointerUnion.Douglas Gregor2009-03-31
* add a converting operatorChris Lattner2009-03-31
* reimplement BitcodeReaderValueList in terms of WeakVH instead of makingChris Lattner2009-03-31
* Make the key of ValueRankMap an AssertingVH, so that we die violentlyChris Lattner2009-03-31
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-31
* teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ...Chris Lattner2009-03-31
* add some accessors so I can play games with DenseMaps.Chris Lattner2009-03-31
* Throttle back "fold select into operand" transformation. InstCombine should n...Evan Cheng2009-03-31
* Fully general expansion of integer shift of any size.Evan Cheng2009-03-31
* i128 shift libcalls are not available on x86.Evan Cheng2009-03-31
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-31
* Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov2009-03-31
* Stop guessing, start thinking, and make PointerUnion3::is actually be correct.Douglas Gregor2009-03-31
* Add an explicit -asm-verbose to these tests, to make itDan Gohman2009-03-31
* Update call graph after inlining invoke.Devang Patel2009-03-31
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-31
* Minor top-level comment fix.Dan Gohman2009-03-31
* Tidy up some comments.Dan Gohman2009-03-31
* Add a comment.Dan Gohman2009-03-31
* remove unused arguments.Rafael Espindola2009-03-31
* Really temporarily revert r68073.Bill Wendling2009-03-31
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-31
* Remove the "fast" cases for spill and restore point determination, as these w...Owen Anderson2009-03-31
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-31
* shrink subclassid, liberating some bits for future (ab)use.Chris Lattner2009-03-31
* Fix live-out reg logic to not insert over-aggressive AssertZExtDan Gohman2009-03-31
* X86 address mode isel tweak. If the base of the address is also used by a Cop...Evan Cheng2009-03-31
* Really, really fix PointerUnion3::isDouglas Gregor2009-03-31
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-30
* Loop Index Split can eliminate a loop if it can determin if loop body is exec...Devang Patel2009-03-30