Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / Analysis.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-06-01 Chris Lattnerquick fix for PR13006, will check in testcase later.
2012-06-01 Chris Lattnerenhance the logic for looking through tailcalls to...
2012-06-01 Chris Lattnerenhance getNoopInput to know about vector<->vector...
2012-06-01 Chris Lattnerrearrange some logic, no functionality change.
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-03-19 Evan ChengMinor code re-structuring.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-07-26 Bill WendlingUsing llvm.eh.catch.all.value instead of .llvm.eh.catch...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...