2009-11-19 |
David Greene | Fix a small bug. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Enable hoisting of loads from constant memory by defaul... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Use StringRef::min instead of std::min. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | fix typo |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | TableGen/OptParser: When ordering options, make "sentin... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mikhail Glushenkov | Make example/Hello compile again. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | cstdlib is not automatically included with StringRef... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | Reenable Split2 StringRef test with Apple gcc. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
David Greene | Add support for spreading register allocation. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | Remove the now obsolete algorithm include from StringRef.h. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Torok Edwin | Workaround PR5482, because all the gcc versions that... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Kramer | Unbreak x64 MSVC build. Patch by Nicolas Capens! |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Edward O'Callaghan | Add PS3 Triple class, Credit to John Thompson. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Unbreak test, Bruno please check. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | More consistent thumb1 asm printing. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | Shrink ldr / str [sp, imm0-1024] to 16-bit instructions. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Cheng | Eliminate more * 4 in Thumb1 asm printing for consisten... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bruno Cardoso... | - Add sugregister logic to handle f64=(f32,f32). |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bruno Cardoso... | Only use small sections for non linux targets! |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Lang Hames | Added a new Spiller implementation which wraps LiveInte... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Edward O'Callaghan | autoconf config.* claims to not know about auroraux... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | Teach IVUsers to keep things simpler and track loop... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | Eliminate duplicate phi nodes in loops. Loop rotation... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jim Grosbach | Make EliminateDuplicatePHINodes() available as a utilit... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bill Wendling | Test from Dhrystone to make sure that we're not emittin... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Add TOOLALIAS makefile variable; this defines an altern... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Bill Wendling | The "ReadOnlyWithRel" enum seems to apply more to what... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Twine: Stores kinds as uchar instead of bitfield to... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | There should be no need to keep renumbering blocks... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | Fix buildbots. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Richard Osborne | Add XCore support for indirectbr / blockaddress. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | De-bork CMake build |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bill Wendling | Attempt #2: |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | Tail duplication still needs to iterate. Duplicating... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | Add another statistic to measure code size due to tail... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jeffrey Yasskin | Remove spurious @verbatim. Patch by Timo Juhani Lindfors! |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bill Wendling | Not all ASM has # for comments. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jakob Stoklund... | Fix PR5300. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | TableGen: Add initial backend for clang Driver's option... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jakob Stoklund... | Allow the machine verifier to be run outside the PassMa... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jakob Stoklund... | Remove the -early-coalescing option |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Lang Hames | Fixed the in-place spiller and trivial rewriter, which... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Viktor Kutuzov | Added getDefaultSubtargetFeatures method to SubtargetFe... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | Add statistics for tail duplication. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
David Goodwin | Add ARMv6 itineraries. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | Fix a few places that were missed when we converted... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jakob Stoklund... | Don't require LiveVariables for PHIElimination. Enable... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Turn LLVM_BUILD_EXAMPLES off by default in CMake builds... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | lit: Fix exclude dirs functionality. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Nick Lewycky | Fix passing of float arguments through ffi. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bob Wilson | Add a target hook to allow changing the tail duplicatio... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Bill Wendling | The llvm-gcc front-end and the pass manager use two... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Dan Gohman | Simplify ComputeMultiple so that it doesn't depend... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jakob Stoklund... | Fix inverted test and add testcase from failing self... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Eric Christopher | Add ability to set code model within the execution... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Remove fragile test. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jim Grosbach | grammar |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jim Grosbach | Enable arm jumpt table adjustment. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Disable -split-phi-edges to unbreak the buildbots |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Never call UpdateTerminator() when AnalyzeBranch would... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Anton Korobeynikov | Forgot to commit test fixes |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Anton Korobeynikov | Both Darwin as and GNU as violate ARM docs wrt printing... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | Add a WriteAsOperand for MachineBasicBlock so MachineLo... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Enable -split-phi-edges by default, except when -regall... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jim Grosbach | 80-column violations |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Viktor Kutuzov | Added getArchNameForAssembler method to the Triple... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Bob Wilson | Remove a special case for tail merging that seems to... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | Generalize OptimizeLoopTermCond to optimize more loop... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Dan Gohman | Set MadeChange instead of MadeChangeThisIteration. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Benjamin Kramer | Revert CPU detection code to return "generic" instead... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jim Grosbach | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Bob Wilson | Update a comment, now that tail duplication happens... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Johnny Chen | Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Bob Wilson | Perform tail duplication only once, after tail merging... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Nuno Lopes | add Case() with 5 args |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Foad | Fix HTML formatting. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Duncan Sands | 1. Allow SCCIterator to work with GraphT types that... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Duncan Sands | Make bugpoint pass -load arguments to LLI. This lets... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | Revert 89021. It's miscompiling llvm-gcc driver driver... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | Re-apply 89011. It's not to be blamed. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | "XFAIL" the Split2 StringReft test with Apple gcc,... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | Revert 89011. Buildbot thinks it might be breaking... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from the classes in this direc... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Duncan Sands | Following a suggestion of Daniel Dunbar, stop people... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Nick Lewycky | Revert r88939. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Nick Lewycky | Fail less mysteriously; inform the user that their... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Lang Hames | Fixed call to wrong constructor. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Owen Anderson | Fix a race condition in the Timer class. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Bill Wendling | Refactor the code that creates the "dot-label" differen... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jim Grosbach | When moving a block for table jumps, make sure the... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Enable -split-phi-edges by default |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Evan Cheng | MOV64rm should be marked isReMaterializable. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Dan Gohman | Remove the optimizations that convert BRCOND and BR_CC... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Devang Patel | Remove debug info attached with an instruction. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jeffrey Yasskin | In GlobalVariable::setInitializer, assert that the... |
commit | commitdiff | tree | snapshot |
next |