2009-04-03 |
Chris Lattner | use higher level APIs. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Chris Lattner | add missing * |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Sanjiv Gupta | Fixed build warnings. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Sanjiv Gupta | To convert the StopPoint insn into an assembler directi... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Sanjiv Gupta | Params are not being generated as static globals now... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Chris Lattner | fix overflow checks in SmallVector: |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Mikhail Glushenkov | Fix build on Linux. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Owen Anderson | Reapply r68211, with the miscompilations it caused... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Bill Wendling | Make the constants fit. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Devang Patel | Clean up pass manager cache after each run. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Chris Lattner | silence warning in release-asserts build. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Daniel Dunbar | Add llvm::Triple class for abstracting access to target... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Misha Brukman | Fixed file header comment. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Misha Brukman | Added tests for math utility functions; fixed another... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Misha Brukman | Fixed spelling. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Chris Lattner | add this to SVN to allow collaborative hacking. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Chris Lattner | Add range insert method for DenseSet and define DenseMa... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Evan Cheng | Recognize arm triplets. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Dan Gohman | Use CHAR_BIT instead of hard-coding 8 in several places... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ted Kremenek | Constify method to make VC++ happy. Patch by Brian... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Dan Gohman | Use LLVM type names instead of C type names in comments... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Bob Wilson | Fix PR3862: Recognize some ARM-specific constraints... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Dan Gohman | Revert r68172. It caused regressions in |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Misha Brukman | Fixed spelling. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ted Kremenek | CMake: Have generated Xcode projects also contain the... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Nick Lewycky | Detect that we're building from a git checkout like... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Chris Lattner | hopefully fix an apparent build error on windows. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Chris Lattner | fix a serious regression I introduced in my previous... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Owen Anderson | Enhance GVN to propagate simple conditionals. This... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Misha Brukman | include Makefile.common before using $(BuildMode) to... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Misha Brukman | * Fixed spelling of `invertible' |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Douglas Gregor | Allow the use of pointers to const within PointerUnion. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | add a converting operator |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | reimplement BitcodeReaderValueList in terms of WeakVH... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | Make the key of ValueRankMap an AssertingVH, so that... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | Add two new classes: WeakVH and AssertingVH. These... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | teach PointerLikeTypeTraits that all pointers to pointe... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | add some accessors so I can play games with DenseMaps. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | Throttle back "fold select into operand" transformation... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | Fully general expansion of integer shift of any size. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | i128 shift libcalls are not available on x86. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Reapply 68073, with fixes. EH Landing-pad basic blocks... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Mikhail Glushenkov | Do not pass '-relocation-model=pic' to llc. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Douglas Gregor | Stop guessing, start thinking, and make PointerUnion3... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Add an explicit -asm-verbose to these tests, to make it |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Devang Patel | Update call graph after inlining invoke. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Daniel Dunbar | Add llvm::sys::getHostTriple and remove |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Minor top-level comment fix. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Tidy up some comments. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Rafael Espindola | remove unused arguments. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bill Wendling | Really temporarily revert r68073. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bill Wendling | Oy! When reverting r68073, I added in experimental... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Owen Anderson | Remove the "fast" cases for spill and restore point... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Bill Wendling | Revert r68073. It's causing a failure in the Apple... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Chris Lattner | shrink subclassid, liberating some bits for future... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dan Gohman | Fix live-out reg logic to not insert over-aggressive... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Evan Cheng | X86 address mode isel tweak. If the base of the address... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Douglas Gregor | Really, really fix PointerUnion3::is |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dan Gohman | Except in asm-verbose mode, avoid printing labels for... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Devang Patel | Loop Index Split can eliminate a loop if it can determi... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Douglas Gregor | Make PointerUnion3::get work properly |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Evan Cheng | When optimzing a mul by immediate into two, the resulti... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Evan Cheng | Turn a 2-address instruction into a 3-address one when... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bill Wendling | Balance out quote in debug output. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bill Wendling | Fix grammar-o in comment. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | add a PointerUnion3 class and generalize PointerUnion... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | fix the PointerLikeTypeTraits specialization for Pointe... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dan Gohman | Constify arguments in isSuccessor and isLayoutSuccessor. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dan Gohman | Update the polygen grammer to reflect that zext and... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
John Mosby | docs/TestingGuide.html: correction to prev. text (objdi... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Bob Wilson | Fix comment to match function name. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Devang Patel | getEntryFor() may invalidate DenseMap iterator. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Mike Stump | Add ccc back for now. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Clearify local/global relocations wording |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Fix thinko: put stuff with both global and local reloca... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Tweak test for recent relro stuff |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Fix infinite looping |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Properly propagate Kind. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Do not propagate ELF-specific stuff (data.rel) into... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Anton Korobeynikov | Add data.rel stuff |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Chris Lattner | fix some validation problems. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Evan Cheng | Forgot this test. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
John Mosby | Clarify section on setting up and running test-suite |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Misha Brukman | Updated the comment for isArithmeticShift() to match... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Bill Wendling | Constify check. This fixes PR3900. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Testcase for recent ro/relocs stuff |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | IA64 is as weird as Alpha wrt r/o relocs :) |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Alpha always requires global relocations to be r/w... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Honour relocation behaviour stuff for ro objects |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Anton Korobeynikov | Extend the relocation tracker handler, so we can filter... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Duncan Sands | Fix PR3899: add support for extracting floats from... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add missing space. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add some comments, add a dyn_cast method. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | When forming sentinels for empty/tombstone, make sure... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | add helper method. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Add a simple type-safe bit-mangling pointer union class... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Allow a specific PointerIntPair instance to use a speci... |
commit | commitdiff | tree | snapshot |
next |