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