aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-041-6/+6
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-041-2/+4
* Make x86-64 membarriers work without sse and clean up some of theEric Christopher2010-08-043-4/+14
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-042-2/+34
* and back in. false alarm on the tests from another unrelated local change.Jim Grosbach2010-08-041-2/+7
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-041-1/+2
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+13
* Coalesce stack slot accesses that arise when spilling both sides of a COPY.Jakob Stoklund Olesen2010-08-041-0/+23
* oops. revert for a moment to clean up tests first.Jim Grosbach2010-08-041-7/+2
* Reserve a stack slot if the function adjusts the stack but doesn'tJim Grosbach2010-08-041-2/+7
* Checkpoint SplitKit progress.Jakob Stoklund Olesen2010-08-043-86/+223
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+14
* Use location entry only of the location described by DBG_VALUE is valid.Devang Patel2010-08-041-3/+6
* The EH prepare passes really want to be the last passes run before code-gen.Bill Wendling2010-08-041-5/+5
* Use indirect calls in PowerPC JIT.Edwin Török2010-08-043-10/+31
* Fix typo in comment.Devang Patel2010-08-041-1/+1
* Fix a minor bug which resulted in intermediate calculationsDan Gohman2010-08-041-1/+1
* Change this llvm_unreachable to report_fatal_error, since it canDan Gohman2010-08-041-4/+11
* While spilling live registers at the end of block check whether they are used...Devang Patel2010-08-041-1/+24
* If a variable is spilled by code generator then use DW_OP_fbreg to describe i...Devang Patel2010-08-041-10/+35
* Experiments show that we can safely increase our unrolling threshold without ...Owen Anderson2010-08-041-1/+1
* Remove switch for disabling ARM tail calls. TheyDale Johannesen2010-08-041-9/+0
* Add DEBUG message.Devang Patel2010-08-041-0/+4
* Fix whitespace.Dan Gohman2010-08-041-1/+1
* Enable COFF writer on mingw32 and cygwin.Benjamin Kramer2010-08-041-0/+2
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-043-2/+12
* Print an error message when someone tries -integrated-as on an unsupported ta...Benjamin Kramer2010-08-041-1/+7
* Add a missing function.Edwin Török2010-08-041-0/+49
* by Alexander Herz:Gabor Greif2010-08-041-0/+7
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-043-4/+4
* Fix a comment.Dan Gohman2010-08-041-1/+1
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-041-2/+1
* Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson2010-08-041-0/+16
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-032-12/+8
* fix a win64 encoding problem, patch by Cameron Esfahani!Chris Lattner2010-08-031-1/+1
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-039-63/+83
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-034-20/+39
* The singular of "indices" is "index".Dan Gohman2010-08-031-3/+3
* Delete an unused function.Dan Gohman2010-08-031-5/+0
* Make instcombine set explicit alignments on load or storeDan Gohman2010-08-031-6/+14
* CMake: Change somme target library names:Oscar Fuentes2010-08-032-2/+2
* Make AliasAnalysis::getModRefInfo conservative in the face of volatility.Dan Gohman2010-08-031-3/+20
* Oops. Don't normalize spill weights twice.Jakob Stoklund Olesen2010-08-031-1/+0
* avoid undefined behavior negating minint.Chris Lattner2010-08-031-2/+2
* Fix a typo Devang noticed.Dan Gohman2010-08-031-1/+1
* avoid undef behavior on minint, fixing PR7783.Chris Lattner2010-08-031-2/+3
* Add an atomic lowering passPeter Collingbourne2010-08-032-0/+161
* Use unary + instead of a separate local variable for workingDan Gohman2010-08-031-2/+1
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-1/+2
* Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer2010-08-031-2/+1