Fix translateX86CC: if SetCCOpcode is SETULE and
[oota-llvm.git] / lib / CodeGen /
2008-10-02 Andrew Lenharthfix build gcc 4.3
2008-10-02 Owen AndersonUse a multimap rather than a map for holding the list...
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...
2008-10-02 Dan GohmanFix a think-o in isSafeToMove. This fixes it from think...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Dan GohmanEnable FastISel by default (on x86 and x86-64) with...
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Dan GohmanFold trivial two-operand tokenfactors where the operand...
2008-10-01 Dan GohmanFix typos in comments.
2008-10-01 Bill WendlingImplement the -fno-builtin option in the front-end...
2008-09-30 Owen AndersonMark merged-in VNInfo's as being PHIKilled.
2008-09-30 Owen AndersonFix a simple error in renumbering kill markaers, that...
2008-09-30 Bill Wendling- Initialize "--no-builtin" to "false".
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-09-30 Dan GohmanMove the primary fast-isel top-level comments to FastIS...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-09-30 Evan ChengRe-apply 56835 along with header file changes.
2008-09-30 Duncan SandsRevert commit 56835 since it breaks the build.
2008-09-30 Evan ChengIf a re-materializable instruction has a register opera...
2008-09-29 Dale JohannesenRemove misuse of ReplaceNodeResults for atomics with
2008-09-29 Dan GohmanFix FastISel to not initialize the PIC-base register...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-26 Owen AndersonWe don't need to insert copies for implicit_def's.
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-25 Dan GohmanSupport for i1 XOR in FastISel. It is actually safe...
2008-09-25 Dan GohmanDon't print fast-isel debug messages by default. Thanks...
2008-09-25 Dan GohmanDon't forget the newline in debug output.
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Richard Penningtonbug 2812: Segmentation fault on a big emdiam processor.
2008-09-25 Dan GohmanFix a recent fast-isel coverage regression - don't...
2008-09-25 Dan GohmanEnable DeadMachineInstructionElim when Fast-ISel is...
2008-09-25 Dan GohmanAdd debug output to this pass.
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-25 Evan Cheng<rdar://problem/6234798> Assertion failed: (!OpInfo...
2008-09-24 Dan GohmanGive LowerSubregs.cpp a top-level description.
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-24 Anton KorobeynikovUse helper
2008-09-24 Anton KorobeynikovSmallPtrSet will be better
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Owen AndersonFix off-by-one error when updating live intervals.
2008-09-24 Bill WendlingReapplying r56550
2008-09-24 Bill WendlingForgot this part with my last patch. Sorry about the...
2008-09-24 Eric ChristopherTemporarily revert r56550 until missing commit can...
2008-09-24 Bill WendlingRefactor the constant folding code into it's own functi...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-24 Dan GohmanRefactor the logic for testing if an instruction is...
2008-09-24 Dan GohmanSet SetStore to false, to allow this pass to delete
2008-09-24 Dan GohmanAdd a method to MachineInstr for testing whether it...
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Dan GohmanNow that DeadMachineInstructionElim is basically working
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-23 Dan GohmanTrack local physical register liveness. This is not...
2008-09-23 Dan GohmanReplace the LiveRegs SmallSet with a simple counter...
2008-09-23 Owen AndersonAdd initial support for inserting last minute copies.
2008-09-22 Dan GohmanFix the alignment of loads from constant pool entries...
2008-09-22 Evan ChengLivestacks really does preserve everything.
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Owen AndersonSignificant improvements to the logic for merging live...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-22 Dale JohannesenMore refactoring. Yawn.
2008-09-22 Dale JohannesenRefactor FP intrinisic setup. Per review feedback.
2008-09-22 Evan ChengPer review feedback: Only perform
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-22 Bill WendlingAdd helper function to get a 32-bit floating point...
2008-09-21 Dan GohmanFactor out code into HandleVirtRegDef, for consistency...
2008-09-21 Owen AndersonFetch the starting index of the block when assigning...
2008-09-21 Chris Lattnerdon't print GlobalAddressSDNode's with an offset of...
2008-09-20 Dale JohannesenTeach coalescer about earlyclobber bits.
2008-09-20 Evan ChengFix PR2808. When regalloc runs out of register, it...
2008-09-19 Evan ChengContinue after removing the current MI.
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-19 Dale JohannesenMake earlyclobber stuff work when virtual regs
2008-09-19 Evan ChengRe-materalized definition instructions may be dead...
2008-09-19 Dale JohannesenRemove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
2008-09-18 Evan ChengSomehow RegAllocLinearScan is keeping two pointers...
2008-09-18 Dan GohmanDon't consider instructions with implicit physical...
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Evan ChengUnallocatable registers do not have live intervals.
2008-09-17 Dan GohmanDon't worry about clobbering physical register defs...
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-09-16 Evan ChengWhen converting a CopyFromReg to a copy instruction...
2008-09-16 Dan GohmanChange SelectionDAG::getConstantPool to always set...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Dan GohmanInclude the alignment value when displaying ConstantPoo...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
next