aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add attributes for readnone/readonly functions.Chris Lattner2009-11-151-0/+12
* add a version of array_pod_sort that takes a custom comparator function.Chris Lattner2009-11-151-0/+8
* Add a complex missed optimization opportunity I came across while investigatingNick Lewycky2009-11-151-0/+15
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-152-0/+4
* lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest.Daniel Dunbar2009-11-152-12/+42
* Revert r88830 and r88831 which appear to have caused a selfhost buildbot someNick Lewycky2009-11-152-28/+1
* Remove duplicate implementation of excludes functionality, and support excludingDaniel Dunbar2009-11-151-14/+6
* Correct typo.Nick Lewycky2009-11-151-1/+1
* Teach instcombine to look for booleans in wider integers when it encounters aNick Lewycky2009-11-152-0/+56
* Added an assert to the PBQP allocator to catch infinite cost solutions which ...Lang Hames2009-11-151-0/+5
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-154-4/+32
* Remove bogus corei7 and atom entries, the family was incorrect.Daniel Dunbar2009-11-141-4/+0
* remove xfailJim Grosbach2009-11-141-2/+0
* Fill out X86 table, although we are missing lots of names for things. We nowDaniel Dunbar2009-11-141-49/+131
* Report the detected host CPU in --version.Daniel Dunbar2009-11-141-0/+3
* cleanup.Jim Grosbach2009-11-141-3/+1
* Do not merge jump tables this early. Branch folding will do any necessaryJim Grosbach2009-11-141-4/+0
* Cleanup flow, and only update the jump table we're analyzing when replacing a...Jim Grosbach2009-11-141-9/+11
* Add function to replace a destination MBB in a single jump tableJim Grosbach2009-11-142-8/+24
* Remove dead variable found by clang++.Benjamin Kramer2009-11-141-1/+0
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-143-0/+60
* Temporary disable the error - it seems to be too conservative.Anton Korobeynikov2009-11-141-3/+4
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-144-10/+11
* This test doesn't work on arm either.Benjamin Kramer2009-11-141-3/+1
* Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer2009-11-142-5/+7
* Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar2009-11-143-113/+204
* Remove LLVMContext from reassociate. It was threaded through every function butNick Lewycky2009-11-141-22/+14
* revert 88761 as it fails builds.Sanjiv Gupta2009-11-142-12/+6
* Fix debug info crashes for PIC16.Sanjiv Gupta2009-11-142-6/+12
* Teach BasicAA that a constant expression can't alias memory provably notNick Lewycky2009-11-142-1/+45
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-144-5/+158
* - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng2009-11-1413-20/+40
* Add an option for running GVN with redundant load processing disabled.Dan Gohman2009-11-142-10/+24
* Add radar number.Evan Cheng2009-11-141-0/+1
* Fix PR5412: Fix an inverted check and another missing sub-register check.Evan Cheng2009-11-143-9/+265
* Enable the tail call optimization when the caller returns undef.Dan Gohman2009-11-142-1/+12
* When expanding t2STRDi8 r, r to two stores, add kill markers correctly.Evan Cheng2009-11-142-0/+27
* Fix bug in -split-phi-edges.Jakob Stoklund Olesen2009-11-141-3/+14
* Update MachineDominator informationJakob Stoklund Olesen2009-11-141-6/+9
* Added an API to the SlotIndexes pass to allow new instructions to be inserted...Lang Hames2009-11-145-178/+98
* Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers.Evan Cheng2009-11-132-0/+46
* Remove extraneous commit.Eric Christopher2009-11-131-5/+0
* Print out something, even if it's non-parseable later when we'veEric Christopher2009-11-131-2/+7
* Move the FixedStackPseudoSourceValueVal enum value before InstructionValDan Gohman2009-11-131-1/+3
* Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling2009-11-131-0/+4
* Fix PHIElimination optimization that uses MBB->getBasicBlock.Jakob Stoklund Olesen2009-11-132-34/+23
* Add MachineFunction::verify() to call the machine code verifier directly.Jakob Stoklund Olesen2009-11-132-0/+8
* The instruction pointer %RIP is a reserved register on x86_64.Jakob Stoklund Olesen2009-11-131-0/+5
* Fix polarity of a CFG check in machine verifier.Jakob Stoklund Olesen2009-11-131-5/+14
* Use .data() instead of .c_str() when nul-termination is not needed.Dan Gohman2009-11-132-2/+2