aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Add time travel support to COFF.Michael J. Spencer2010-08-031-0/+4
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-1/+2
* Fix CMake buildMichael J. Spencer2010-08-031-0/+1
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-032-9/+10
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-032-6/+3
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-021-47/+46
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-021-0/+191
* Fix visitInvokeInst to call visitTerminatorInst, and removeDan Gohman2010-08-021-4/+1
* Add Verifier logic for indirectbr.Dan Gohman2010-08-021-0/+11
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-021-0/+3
* Add explicit constructors. Patch by Renato Golin.Devang Patel2010-08-021-0/+15
* Early exit and reduce indentation. No functionality change.Bill Wendling2010-08-021-105/+106
* Fix namespace polution.Dan Gohman2010-08-022-2/+6
* Free DbgScope created for dead functions.Devang Patel2010-08-021-0/+4
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-022-0/+9
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-024-69/+81
* Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke.Owen Anderson2010-08-021-5/+38
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-024-6/+49
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-028-16/+16
* Fix a -Wreorder warning.Daniel Dunbar2010-08-021-1/+1
* Work in progress.Nick Lewycky2010-08-021-129/+164
* PR7586: Make sure we don't claim that unknown bits are actually known in theEli Friedman2010-08-021-3/+2
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-3/+3
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-011-2/+2
* Preallocate vector, avoid unnecessary vector growth.Benjamin Kramer2010-08-011-0/+1
* Reference the personalities. Don't copy them into a new vector.Bill Wendling2010-08-011-1/+1
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-312-2/+3
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-07-311-32/+0
* MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.Michael J. Spencer2010-07-311-1/+0
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-314-9/+9
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-312-3/+6
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-311-0/+4
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-311-5/+3
* Add an initial implementation of PHI translation for LazyValueInfo. This inv...Owen Anderson2010-07-301-35/+72
* Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...Evan Cheng2010-07-301-0/+11
* Add a check in the ARM disassembler for NEON instructions that wouldBob Wilson2010-07-301-5/+9
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-2/+2
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-302-2/+3
* Revert my last two patches to LVI, which recent changes have exposed a miscom...Owen Anderson2010-07-301-56/+94
* Add missing newline to debug statement.Nick Lewycky2010-07-301-1/+1
* Add the __TEXT,__StaticInit section to the list of sections emitted at theBob Wilson2010-07-301-0/+6
* Support all 128-bit AVX vector intrinsics. Most part of them I alreadyBruno Cardoso Lopes2010-07-303-232/+240
* Fix typo!Bruno Cardoso Lopes2010-07-301-8/+8
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-301-1/+2
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-301-15/+5
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-301-6/+3