summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Preallocate vector, avoid unnecessary vector growth.Benjamin Kramer2010-08-01
* Reference the personalities. Don't copy them into a new vector.Bill Wendling2010-08-01
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-31
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-07-31
* MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.Michael J. Spencer2010-07-31
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-31
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-31
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-31
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-31
* Add an initial implementation of PHI translation for LazyValueInfo. This inv...Owen Anderson2010-07-30
* Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...Evan Cheng2010-07-30
* Add a check in the ARM disassembler for NEON instructions that wouldBob Wilson2010-07-30
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-30
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-30
* Revert my last two patches to LVI, which recent changes have exposed a miscom...Owen Anderson2010-07-30
* Add missing newline to debug statement.Nick Lewycky2010-07-30
* Add the __TEXT,__StaticInit section to the list of sections emitted at theBob Wilson2010-07-30
* Support all 128-bit AVX vector intrinsics. Most part of them I alreadyBruno Cardoso Lopes2010-07-30
* Fix typo!Bruno Cardoso Lopes2010-07-30
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-30
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-30
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-30