aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-01misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick
2012-12-01misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick
2012-12-01Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen
2012-11-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-30Convert COPY instructions into KILLs if they have implicit defs.Jakob Stoklund Olesen
2012-11-30Add support for fission attributes/forms/operations -> string.Eric Christopher
2012-11-30reversed the logic of the log2 detection routine to reduce the number of nest...Pedro Artigas
2012-11-30minor cleanupsNadav Rotem
2012-11-30Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov
2012-11-30Replace r168930 with a more reasonable patch.Bill Wendling
2012-11-30Addresses many style issues with prior checkin (r169025)Pedro Artigas
2012-11-30Aggregate pass execution time report by pass ID instead of pass instance.Jakob Stoklund Olesen
2012-11-30Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-XPedro Artigas
2012-11-30Codegen failure for vmull with small vectorsSebastian Pop
2012-11-30Use multiclass for the load instructions with MEMri operand.Jyotsna Verma
2012-11-30Remove the use of LPPassManager. We can remove LPM because we dont need to ru...Nadav Rotem
2012-11-30This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-30[asan] simplify the code around doesNotReturn call. It now magically works. Kostya Serebryany
2012-11-30More strict error checking in parseSpecifier + simplified code.Patrik Hagglund
2012-11-30Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth
2012-11-30Rearrange the comments, control flow, and variable names; noChandler Carruth
2012-11-30Add the rest of the experimental fission sections to MC.Eric Christopher
2012-11-30Use multiclass for the store instructions with MEMri operand.Jyotsna Verma
2012-11-30Use multiclass for the load instructions with 'base + register offset'Jyotsna Verma
2012-11-30Move library call simplification statistic to instcombineMeador Inge
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2012-11-30Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng
2012-11-30Modified dump() to provide a littlePreston Briggs
2012-11-29Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby
2012-11-29More comment.Eric Christopher
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman
2012-11-29Object: Pass the buffer name through when making a copy.Benjamin Kramer
2012-11-29Add cortex-a5 subtarget to the supported ARM architecturesQuentin Colombet
2012-11-29Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECTJustin Holewinski
2012-11-29rdar://12100355 (part 1)Shuxin Yang
2012-11-29Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling
2012-11-29Use multiclass for 'transfer' instructions.Jyotsna Verma
2012-11-29No need to run LICM after loop vectorization because we dont generate invaria...Nadav Rotem
2012-11-29When broadcasting invariant scalars into vectors, place the broadcast code in...Nadav Rotem
2012-11-29instcombine: Migrate puts optimizationsMeador Inge
2012-11-29Fix a memory leak in MachOObjectFile.Jim Grosbach
2012-11-29Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer
2012-11-29Improve isImpliedCond comment a bit.Andrew Trick
2012-11-29[ASan] Simplify check added in r168861. Bail out from module pass early if th...Alexey Samsonov
2012-11-29Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.Matt Beaumont-Gay
2012-11-29Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-29instcombine: Migrate fputs optimizationsMeador Inge
2012-11-29instcombine: Migrate fwrite optimizationsMeador Inge