summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* reversed the logic of the log2 detection routine to reduce the number of nest...Pedro Artigas2012-11-30
* minor cleanupsNadav Rotem2012-11-30
* Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov2012-11-30
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Addresses many style issues with prior checkin (r169025)Pedro Artigas2012-11-30
* Aggregate pass execution time report by pass ID instead of pass instance.Jakob Stoklund Olesen2012-11-30
* Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-XPedro Artigas2012-11-30
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-30
* Use multiclass for the load instructions with MEMri operand.Jyotsna Verma2012-11-30
* Remove the use of LPPassManager. We can remove LPM because we dont need to ru...Nadav Rotem2012-11-30
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-30
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* [asan] simplify the code around doesNotReturn call. It now magically works. Kostya Serebryany2012-11-30
* More strict error checking in parseSpecifier + simplified code.Patrik Hagglund2012-11-30
* Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth2012-11-30
* Rearrange the comments, control flow, and variable names; noChandler Carruth2012-11-30
* Add the rest of the experimental fission sections to MC.Eric Christopher2012-11-30
* Use multiclass for the store instructions with MEMri operand.Jyotsna Verma2012-11-30
* Use multiclass for the load instructions with 'base + register offset'Jyotsna Verma2012-11-30
* Move library call simplification statistic to instcombineMeador Inge2012-11-30
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-30
* Modified dump() to provide a littlePreston Briggs2012-11-30
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-29
* More comment.Eric Christopher2012-11-29
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-29
* Object: Pass the buffer name through when making a copy.Benjamin Kramer2012-11-29
* Add cortex-a5 subtarget to the supported ARM architecturesQuentin Colombet2012-11-29
* Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECTJustin Holewinski2012-11-29
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* Use multiclass for 'transfer' instructions.Jyotsna Verma2012-11-29
* No need to run LICM after loop vectorization because we dont generate invaria...Nadav Rotem2012-11-29
* When broadcasting invariant scalars into vectors, place the broadcast code in...Nadav Rotem2012-11-29
* instcombine: Migrate puts optimizationsMeador Inge2012-11-29
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-29
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-29
* Improve isImpliedCond comment a bit.Andrew Trick2012-11-29
* [ASan] Simplify check added in r168861. Bail out from module pass early if th...Alexey Samsonov2012-11-29
* Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.Matt Beaumont-Gay2012-11-29
* Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov2012-11-29
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-29
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-29
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-29
* [msan] Handle vector manipulation instructions.Evgeniy Stepanov2012-11-29
* [msan] Fix getOriginForNaryOp.Evgeniy Stepanov2012-11-29
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer2012-11-29
* [msan] Basic handling of inline asm.Evgeniy Stepanov2012-11-29