oota-llvm.git
2011-05-04 Jakob Stoklund... Implement MSP430RegisterInfo::getMatchingSuperRegClass...
2011-05-04 Eric ChristopherRemove some random comments that snuck in from somewhere.
2011-05-03 Jakob Stoklund... Mark ultra-super-registers QQQQ as call-clobbered inste...
2011-05-03 Jakob Stoklund... Fix a bunch of ARM tests to be register allocation...
2011-05-03 Andrew Trickindvars: Added canExpandBackEdgeTakenCount.
2011-05-03 Devang PatelEven if the subprogram is going to use AT_specification...
2011-05-03 Daniel DunbarMCDwarf: Don't save Twine to local variable, this is...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-05-03 Jakob Stoklund... Gracefully handle invalid live ranges. Fix PR9831.
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-05-03 Jim GrosbachTidy up. Add missing newline to generated file.
2011-05-03 Evan ChengMake the test less likely to fail with minor changes.
2011-05-03 Akira HatanakaFix function MipsRegisterInfo::getRegisterNumbering.
2011-05-03 Bob WilsonRemove test for iOS divmod function, since that is...
2011-05-03 Bob WilsonTemporarily disable use of divmod compiler-rt functions...
2011-05-03 Bruno Cardoso... Fold ARM coprocessor intrinsics patterns into the instr...
2011-05-03 Bruno Cardoso... Add a few ARM coprocessor intrinsics. Testcases included
2011-05-03 Bob WilsonFix a comment.
2011-05-03 Devang PatelIf the front end has emitted llvm.dbg.cu and other...
2011-05-03 Devang PatelUse llvm.dbg.cu named metadata to collect compile...
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-05-03 Rafael EspindolaPass --disable-cfi to llc.
2011-05-03 Michael J.... Add pentium{3,4}m cpus. Patch by Alexander Best!
2011-05-03 Eric Christopherxmm0 is an implicit parameter in this and so shouldn...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-05-02 Owen AndersonOther parts of the SelectionDAG framework assume that...
2011-05-02 Devang PatelScanning entire basic block may be too expensive in...
2011-05-02 Jakob Stoklund... Handle <def,undef> in the second loop as well.
2011-05-02 Eric ChristopherApparently the check for direct calls is unnecessary.
2011-05-02 Jakob Stoklund... Use the PrintReg adaptor to correctly print live-in...
2011-05-02 Jakob Stoklund... Only ignore <undef> use operands, keep the <def,undef...
2011-05-02 Rafael EspindolaPass -disable-cfi to llc.
2011-05-02 Rafael Espindolallvmc: Pass -disable-cfi to llc.
2011-05-02 Duncan SandsFix PR9579: when simplifying a compare to "true" or...
2011-05-02 Duncan SandsRemove unused variable.
2011-05-02 Devang PatelEmit debug info for global variables first.
2011-05-02 Duncan SandsForgot to commit the changes to this file.
2011-05-02 Duncan SandsMove some rem transforms out of instcombine and into...
2011-05-02 Rafael EspindolaAdd 130690 back.
2011-05-02 Rafael EspindolaOnly produce the eh_frame section if we have at least...
2011-05-02 Rafael EspindolaRevert while I debug the tests that use march but not...
2011-05-02 Rafael EspindolaMove ppc OS X to cfi too. I am building it on an old...
2011-05-02 Chandler CarruthRemove an unused variable in NDEBUG (found with -Wunuse...
2011-05-02 Jakob Stoklund... Minimize the slot indexes spanned by register ranges...
2011-05-02 Jakob Stoklund... Add a SlotIndexes::insertMachineInstrInMaps to insert...
2011-05-02 Nick LewyckyIn option typo correction, consider -foo=VALUE flags...
2011-05-02 Nick LewyckyRemove dead variable pointed out by GCC 4.6 warnings...
2011-05-01 Chris Lattnerenhance memcpyopt to obey -fno-builtin and friends...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-05-01 Chandler CarruthRemove an unused variable from this function introduced...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaI forgot these files in the previous commit.
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-05-01 Oscar FuentesUpdate instructions: LLVM.cmake is now LLVMConfig.cmake
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Jakob Stoklund... X86AsmPrinter doesn't know how to handle the X86II...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Jakob Stoklund... When a physreg is live-in and live through a basic...
2011-04-30 Benjamin KramerInstCombine: Turn (zext A) udiv (zext B) into (zext...
2011-04-30 Benjamin KramerUse SimplifyDemandedBits on div instructions.
2011-04-30 Benjamin KramerFileCheckize.
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitEHSymAttributes. Doing...
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-30 Jakob Stoklund... Allow folded spills in test.
2011-04-30 Jakob Stoklund... Avoid using stale entries form the sibling value map.
2011-04-30 Jakob Stoklund... Use hysteresis for local live range splitting as well.
2011-04-30 NAKAMURA Takumiruntime/libprofile/PathProfiling.c: Don't use // commen...
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-30 Jakob Stoklund... Update comment.
2011-04-30 Jakob Stoklund... Use a greedy algorithm for allocating registers.
2011-04-30 Jakob Stoklund... Weekly fix of register allocation dependent unit tests.
2011-04-29 Bill WendlingPrint out the 'nontemporal' info on a store.
2011-04-29 Eli FriedmanMake FastEmit_ri_ try a bit harder to succeed for suppo...
2011-04-29 Eric Christopher80-col.
2011-04-29 Eli FriedmanZap a couple now-unused functions.
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-29 Devang PatelAssing line number info to new PHIs created by SSA...
2011-04-29 Eric ChristopherAdd FastEmitInst_ii for the arm fast isel generator...
2011-04-29 Eli FriedmanFilter out pattterns from the FastISel emitter which...
2011-04-29 Eric ChristopherSome cleanup and optimize fallthrough more.
2011-04-29 Rafael EspindolaAvoid some uses of .uleb128. This is a small speedup...
2011-04-29 Rafael EspindolaImplement MCAsmStreamer::EmitCFIDefCfa.
2011-04-29 Devang PatelPrint new instructions without DebugLoc.
2011-04-29 Eli FriedmanFix run-line, again. :(
2011-04-29 Eli FriedmanRe-committing r130454, which does not in fact break...
2011-04-29 Devang PatelPreserve line number information.
2011-04-29 Eric ChristopherAdd trunc->branch support, this won't help with clang...
2011-04-29 Daniel Dunbarwin32: Include DataTypes.h instead of stdint.h to try...
2011-04-29 Daniel DunbarCleanup some DOS newlines.
2011-04-29 Peter CollingbourneSimplifyCFG: Expose phi node folding cost threshold...
2011-04-29 Peter CollingbourneSimplifyCFG: Add CostRemaining parameter to DominatesMe...
2011-04-29 Peter CollingbourneSimplifyCFG: Add Trunc, ZExt and SExt to the list of...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2011-04-29 Daniel DunbarMC/Mach-O: Update getSymbolAddress() to support evaluat...
2011-04-29 Daniel DunbarMC/Mach-O: Allow emission of relocations for variables...
2011-04-29 Daniel DunbarMC/Mach-O: Find section ordinal's by looking at the...
2011-04-29 Devang PatelHoist MCLineEntry construction AsmPrinter so that anyon...
next