aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Privatize some more debug-related static data.Owen Anderson2009-06-252-2/+5
* Use a more correct atomic increment style. This isn't really necessary inOwen Anderson2009-06-251-2/+2
* Revert 74164. We'll want to use this method later.Bob Wilson2009-06-251-0/+1
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-252-4/+8
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-255-11/+111
* Remove unused hasV6T2Ops method. We already have a separate feature toBob Wilson2009-06-251-1/+0
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-259-0/+10
* add file to cmakeChris Lattner2009-06-251-0/+1
* Change thumb2 instruction definitions so if-converter so add predicate operan...Evan Cheng2009-06-252-110/+139
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-2511-170/+600
* Add thumb2 add sp.Evan Cheng2009-06-251-0/+15
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-252-19/+38
* fix comments to be correct.Chris Lattner2009-06-251-2/+2
* Remove duplication.Mikhail Glushenkov2009-06-256-130/+47
* Some reorg and additional comments.Evan Cheng2009-06-251-9/+18
* No need to code gen MDNodesDevang Patel2009-06-259-0/+26
* My guess is that RegInfo should only call the Allocator.Deallocator if it's notBill Wendling2009-06-251-7/+10
* Reword a few comments.Dan Gohman2009-06-251-17/+17
* Add a getUniqueExitBlock utility function, similar to getExitBlock,Dan Gohman2009-06-251-0/+10
* Now with EVEN FEWER statics!Owen Anderson2009-06-252-29/+38
* Add Thumb2 pc relative add.Evan Cheng2009-06-244-1/+98
* Fewer static variables, part 3 of many.Owen Anderson2009-06-241-2/+2
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-248-1/+228
* 80 col violation.Evan Cheng2009-06-241-1/+2
* Down with _even more_ statics!Owen Anderson2009-06-242-2/+5
* Didn't mean to commit this part.Owen Anderson2009-06-241-3/+0
* Down with statics!Owen Anderson2009-06-242-2/+7
* Add constructor to create MDString using std::stringDevang Patel2009-06-242-0/+12
* Move local statics to per-instance variables.Owen Anderson2009-06-242-9/+10
* Increase limit for OpActions arrayDavid Greene2009-06-242-10/+19
* Make this thread-safe.Owen Anderson2009-06-241-1/+3
* Get rid of a static boolean.Owen Anderson2009-06-242-2/+3
* We should run these tests as well.Evan Cheng2009-06-242-0/+10
* Scaffolding for LDA pass.Andreas Bolka2009-06-245-0/+109
* ReleaseNotes.External Projects += RubiniusJeffrey Yasskin2009-06-241-0/+11
* 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