aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-0313-103/+133
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-035-20/+53
* 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-033-20/+45
* CMake: Change somme target library names:Oscar Fuentes2010-08-033-7/+7
* CMake: add version control info to PACKAGE_VERSION, if available.Oscar Fuentes2010-08-032-8/+31
* 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
* OK, that's it. This test is going away now. But don't worry, I am taking it to aJakob Stoklund Olesen2010-08-031-361/+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-039-0/+266
* Use unary + instead of a separate local variable for workingDan Gohman2010-08-031-2/+1
* Bump cmake_minimum_required to version 2.8Oscar Fuentes2010-08-031-1/+1
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-036-10/+17
* Remove the test/mc directory that I accidently added.Michael J. Spencer2010-08-030-0/+0
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-032-1/+184
* Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer2010-08-032-184/+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-032-1/+184
* Fix CMake buildMichael J. Spencer2010-08-031-0/+1
* Support x86 AVX 256-bit instruction intrinsics. Right now support all of them...Bruno Cardoso Lopes2010-08-031-0/+344
* Update some comments.Dan Gohman2010-08-031-6/+6
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-033-10/+16
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-033-6/+8
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-026-56/+167
* Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Rad...Stuart Hastings2010-08-021-0/+3
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-023-0/+199
* 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-022-1/+6
* Add explicit constructors. Patch by Renato Golin.Devang Patel2010-08-022-0/+26
* Testcase for r110043. Radar 8246180.Stuart Hastings2010-08-021-0/+24
* Early exit and reduce indentation. No functionality change.Bill Wendling2010-08-021-105/+106
* Improve discrimination of unknown libraries from ignored targets onOscar Fuentes2010-08-021-6/+10
* explicit_map_components_to_libraries now does not complain when thereOscar Fuentes2010-08-021-1/+25
* Lets the CMake GUI show a list of possible values for LLVM_USE_CRTOscar Fuentes2010-08-021-0/+3
* Fix namespace polution.Dan Gohman2010-08-022-2/+6
* Updated LLVMLibDeps.cmake.Oscar Fuentes2010-08-021-1/+0
* Free DbgScope created for dead functions.Devang Patel2010-08-021-0/+4
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-023-0/+19
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-025-69/+116
* Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke.Owen Anderson2010-08-022-5/+64
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-025-6/+106
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-0210-36/+38
* 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