summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-03
* Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer2010-08-03
* MC: Add time travel support to COFF.Michael J. Spencer2010-08-03
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-03
* Fix CMake buildMichael J. Spencer2010-08-03
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-03
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-03
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-02
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-02
* Fix visitInvokeInst to call visitTerminatorInst, and removeDan Gohman2010-08-02
* Add Verifier logic for indirectbr.Dan Gohman2010-08-02
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-02
* Add explicit constructors. Patch by Renato Golin.Devang Patel2010-08-02
* Early exit and reduce indentation. No functionality change.Bill Wendling2010-08-02
* Fix namespace polution.Dan Gohman2010-08-02
* Free DbgScope created for dead functions.Devang Patel2010-08-02
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-02
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-02
* Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke.Owen Anderson2010-08-02
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-02
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* Fix a -Wreorder warning.Daniel Dunbar2010-08-02
* Work in progress.Nick Lewycky2010-08-02
* PR7586: Make sure we don't claim that unknown bits are actually known in theEli Friedman2010-08-02
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-02
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-01