aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-03Now that we have a basic if-conversion infrastructure we can rename theNadav Rotem
2012-12-03Since this SmallVector immediately grows on the next line, don't waste stack ...Michael Ilseman
2012-12-03Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen
2012-12-03Define load instructions with base+immediate offset addressing modeJyotsna Verma
2012-12-03Add initial support for IF-conversion. This patch implements the first 1/3,Nadav Rotem
2012-12-03Define unsigned const-ext predicates.Jyotsna Verma
2012-12-03Removing unnecessary 'else' statement from the predicates defined in HexagonO...Jyotsna Verma
2012-12-03Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling
2012-12-03ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Teach the jump threading optimization to stop scanning the basic block when c...Nadav Rotem
2012-12-03Revert r169039, "Aggregate pass execution time report by pass ID instead of p...Jakob Stoklund Olesen
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-12-03Remove some buggy and apparantly unnecessary code from SROA.Chandler Carruth
2012-12-03fix stats for added checksNuno Lopes
2012-12-03Define signed const-ext predicates.Jyotsna Verma
2012-12-02Allow merging multiple store sequences on the same chain.Nadav Rotem
2012-12-01SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer
2012-12-01Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng
2012-12-01The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng
2012-12-01VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi
2012-12-01MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()Daniel Dunbar
2012-12-01misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick
2012-12-01misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick
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