summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-246-15/+16
* ReleaseNotes.External Projects += Unladen SwallowJeffrey Yasskin2009-06-241-0/+12
* Completed basic intra block split implementation.Lang Hames2009-06-241-43/+114
* Update for DOTGraphTraits changes.Owen Anderson2009-06-241-1/+2
* unwind info not needed.Chris Lattner2009-06-241-1/+1
* move some functions, add a FIXME, use PrintPICBaseSymbol to print theChris Lattner2009-06-241-17/+25
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-245-4/+14
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-243-0/+110
* reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ...Chris Lattner2009-06-242-20/+31
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-245-38/+19
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-246-26/+4
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-248-135/+47
* only emit one .align for all the hidden gv stubs instead of one for each.Chris Lattner2009-06-241-1/+1
* inline print*Stub and rearrange function stub printing to more closely matchChris Lattner2009-06-242-41/+31
* remove dead code now that personality functions don't print stubs directly.Chris Lattner2009-06-241-8/+1
* remove now-dead argument.Chris Lattner2009-06-242-6/+4
* simplify personality function stub printing to use the mangler and Chris Lattner2009-06-241-9/+9
* remove dead argumentChris Lattner2009-06-242-4/+3
* Rearrange some stuff in MachineOperand and add a new TargetFlags field.Chris Lattner2009-06-242-32/+47
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-248-49/+57
* Rewrite 73900 per Duncan's suggestion.Dale Johannesen2009-06-241-19/+9
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-247-72/+33
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-242-4/+25
* MCStreamer: Test printing values.Daniel Dunbar2009-06-242-1/+26
* Minor whitespace cleanups.Dan Gohman2009-06-241-16/+16
* Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcountDan Gohman2009-06-243-5/+76
* When inserting code into a loop preheader, insert it before theDan Gohman2009-06-242-3/+67
* Add new files to cmake list.Duncan Sands2009-06-241-0/+2
* Start sketching 2.6 release notes. This provides aDuncan Sands2009-06-241-0/+754
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-2444-54/+437
* factor some code better.Chris Lattner2009-06-241-13/+6
* wire up support for MCContext/MCStreamer in -experimental-asm-printer mode.Chris Lattner2009-06-242-0/+26
* remove dead makefile flags.Chris Lattner2009-06-245-8/+0
* remove dead makefile flags.Chris Lattner2009-06-246-6/+0
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-242-4/+115
* Delete some orphaned comments, fix some 80-column violations,Dan Gohman2009-06-241-95/+80
* Remove an obsolete comment and fix some 80-column violations.Dan Gohman2009-06-241-8/+10
* add support for parsing and emitting .section directives. We can now parse Chris Lattner2009-06-242-1/+38
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-246-5/+34
* Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...Lang Hames2009-06-242-6/+2
* Fix support for inline asm input / output operand tying when operand spans ac...Evan Cheng2009-06-242-11/+42
* Add a testcase demoing some of ScalarEvolution's new trip count logic.Dan Gohman2009-06-241-0/+37
* Extend ScalarEvolution's multiple-exit support to compute exactDan Gohman2009-06-246-181/+191
* Unbreak build on Linux by removing Darwinism.Nick Lewycky2009-06-241-1/+1
* Teach GetMinSignBits about SCEVAddExprs.Dan Gohman2009-06-241-0/+32
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-2411-9/+245
* Revert this accidental commit.Dan Gohman2009-06-241-1/+1
* Move the special cases for constants out of getUnknown and intoDan Gohman2009-06-243-17/+16
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-244-4/+13
* stub out a trivial constructor method.Chris Lattner2009-06-241-1/+1