Make sure to initialize the fpm in the ocaml tutorial.
[oota-llvm.git] / lib / CodeGen /
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-14 Bill WendlingPull the creation of the "RewindFunction" function...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-13 Chris Lattnerkill off the last use of TRI::AsmName.
2009-09-13 Chris Lattnereliminate an extraneous use of TRI::getAsmName in a...
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Lang HamesMoved some more index operations over to LiveIntervals.
2009-09-12 Evan ChengRemove -new-coalescer-heuristic. It's not useful.
2009-09-12 Evan Cheng80 col violations.
2009-09-11 Caroline TiceDon't generate Dwarf line table entries for source...
2009-09-11 Duncan SandsFix PR4948 (and a leak): by not destroying the DwarfExc...
2009-09-11 Dan GohmanMake fast-isel try ISD::FNEG before resorting to bitcas...
2009-09-11 Dan GohmanReapply r81171 with a fix: don't try to use i64 when it
2009-09-10 Bob WilsonDon't swap the operands of a subtraction when trying...
2009-09-10 Bill WendlingExit early if exception handling isn't supported.
2009-09-10 Bill WendlingComment and whitespace cleanups. No intentional functio...
2009-09-10 Bill WendlingRevert part of my r81424 patch. I removed what looked...
2009-09-10 Bill WendlingDon't hardcode the TType format size. In fact, rework...
2009-09-10 Bill WendlingRemove the "#if 0" that Noone loved. It wasn't really...
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-10 Bill WendlingPull check for SJLJ EH into a boolean and use that.
2009-09-10 Bill WendlingUse the SizeOfEncodedValue function instead of magic...
2009-09-10 Bill WendlingAdd helpful comment.
2009-09-09 Bill WendlingBelieve it or not, this is a simplification. :-)
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Bill WendlingUse the EOL that takes the encoding and translates...
2009-09-09 Bill WendlingEarly exit from function.
2009-09-09 Bill WendlingSmall amount of code clean-up: Don't use ".size()"...
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-09 Andreas NeustifterPreserve ProfileInfo.
2009-09-09 Dan GohmanWhen widening a vector load, use the correct chain...
2009-09-08 Chris Lattnerchange selectiondag to add the sign extended versions...
2009-09-08 Nicolas GeoffrayWhen emitting a label for a PostCall safe point, the...
2009-09-08 Evan ChengWhen remat'ing and destination virtual register has...
2009-09-08 Dan GohmanFix an abort on a store of an empty struct member....
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-06 Duncan SandsSimplify. Testing shows that this is not equivalent...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-06 Benjamin KramerIt's a bool, so treat it like one. Fixes a MSVC warning.
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-05 Devang PatelDetect VLAs.
2009-09-04 Devang PatelIgnore malformed global variable debug info.
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-04 Duncan SandsUse delete[] to match new[] (found by valgrind).
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...
2009-09-04 Evan ChengFix comment for consistency sake.
2009-09-04 Eric ChristopherIf there's a calling convention attach it to the rewind...
2009-09-03 Evan ChengFunky indentation.
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 David GoodwinDon't crash when target has no itineraries.
2009-09-03 David GoodwinCreate our own block initializer for kill fixups as...
2009-09-03 Bob WilsonOverhaul the TwoAddressInstructionPass to simplify...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-09-02 Bob WilsonRearrange code to eliminate redundancy and avoid gotos.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Bob WilsonAvoid calling removeVirtualRegisterKilled which iterate...
2009-09-01 Bob WilsonRefactor some code into separate functions. No functio...
2009-09-01 Bob WilsonMove use of LV inside condition that guards for null LV.
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Bruno Cardoso LopesFix ELF Writter related memory leaks
2009-09-01 Jim Grosbachreduce size of SmallString to something more reasonable
2009-09-01 Jim GrosbachUse raw_ostream instead of sstream
2009-09-01 David GoodwinAdd hidden flags to allow binary search of post-RA...
2009-09-01 Jim Grosbachrevert inadvertant change from previous commit
2009-09-01 Jim GrosbachSimply LSDA lable emission to use a direct special...
2009-09-01 Bob WilsonFix pr4843: When an instruction has multiple destinatio...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Bob WilsonUse early exit and reduce indentation.
2009-08-31 Bob WilsonIf the tied registers are already the same, there is...
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 David GoodwinDon't mark a register live at an undef use.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Bill WendlingOutput a hex value, because all of the others are hex.
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-31 Jim GrosbachPR4747
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-29 Eric ChristopherMake the augmentation size and next set of bytes agree...
2009-08-29 David GoodwinAnother stab at fixing up register kill flags after...
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Eric ChristopherNuke trailing whitespace.
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-27 Dan GohmanAdjust the MachineBasicBlock verifier rules to be more
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-27 Dan GohmanAdd some checks for MachineCFG consistency. Use Analyze...
2009-08-26 Eric ChristopherRework getPersonalityIndex slightly - 0 is now a valid...
2009-08-26 Eric ChristopherIf we're emitting additional CIEs due to personality...
2009-08-26 Eric ChristopherNuke trailing whitespace.
2009-08-26 Anton KorobeynikovAdd extload expansion for f128
2009-08-26 Dan Gohman-fast is now -O0. -fast-isel is no longer experimental.
next