summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Prevent warning spew about -fPIC when using CMake generated Xcode project files.Daniel Dunbar2009-11-08
* Use aligned load/store instructions for spilling Q registers when we know the...Jim Grosbach2009-11-08
* Refactor code.Evan Cheng2009-11-08
* Fix CMake reporting of target triple.Daniel Dunbar2009-11-07
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-07
* Fix MSVC warning ( | with bool and unsigned int).Daniel Dunbar2009-11-07
* Fix class -> struct tag.Daniel Dunbar2009-11-07
* x86 vector shuffle cleanup/fixes:Nate Begeman2009-11-07
* 80-column cleanup of file header commentsJim Grosbach2009-11-07
* Support alignment specifier for NEON vld/vst instructionsJim Grosbach2009-11-07
* Improve tail call elimination to handle the switch statement.Nick Lewycky2009-11-07
* t2ldrpci_pic can be used for blockaddress as well.Evan Cheng2009-11-07
* temporarily remove these tests, as they are breaking in the buildbot,Chris Lattner2009-11-07
* make instcombine only rewrite a chain of computation Chris Lattner2009-11-07
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* all targets should be required to declare legal integer types. My plan toChris Lattner2009-11-07
* remove empty files.Chris Lattner2009-11-07
* Revert r86359, it is breaking the self host on theChris Lattner2009-11-07
* First try of the post-inc operands handling... Not fully worked, though :(Anton Korobeynikov2009-11-07
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-07
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-07
* Add few pseudo-source-valuesAnton Korobeynikov2009-11-07
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-07
* Some preliminary variable asmprintingAnton Korobeynikov2009-11-07
* Use '.L' for global private prefix (as mspgcc)Anton Korobeynikov2009-11-07
* Drop old asmprinter stuffAnton Korobeynikov2009-11-07
* It turns out that the testcase in question uncovered subreg-handling bug.Anton Korobeynikov2009-11-07
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-07
* more cleanup.Chris Lattner2009-11-07
* add some missing #includesChris Lattner2009-11-07
* rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...Chris Lattner2009-11-07
* prune #include / layering violationChris Lattner2009-11-07
* Make the need-stub variables accurate and consistent. In the case ofJeffrey Yasskin2009-11-07
* Fix a couple of shuffle patterns to use movhlps insteadEric Christopher2009-11-07
* Teach dead store elimination that certain intrinsics write to memory just likeNick Lewycky2009-11-07
* remove the win32 tree, it's stale and confusing.Chris Lattner2009-11-07
* reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fixChris Lattner2009-11-07
* Fix PR5421 by APInt'izing switch lowering.Chris Lattner2009-11-07
* Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky2009-11-07
* Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky2009-11-07
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-07
* Trailing whitespace.Mikhail Glushenkov2009-11-07
* 80-col violation.Mikhail Glushenkov2009-11-07
* merge cmp1 into cmp0 and filecheckize.Chris Lattner2009-11-07
* Update some globals to use ManagedStatic.Lang Hames2009-11-07
* Fix memoizing of CvtRndSatSDNodeMon P Wang2009-11-07
* Fixed Overload table bug noticed by JakobMon P Wang2009-11-07
* Missed this.Evan Cheng2009-11-07
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-07
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-07