summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-253-14/+6
* Privatize this map.Owen Anderson2009-06-252-6/+5
* Guard dynamic library loading.Owen Anderson2009-06-252-13/+36
* Added floating point conditional operations support via libcalls.Sanjiv Gupta2009-06-251-0/+29
* simplify shouldPrintPLTChris Lattner2009-06-251-4/+8
* Test commitDavid Goodwin2009-06-251-1/+1
* Use target-specific machine operand flags to eliminate a gross hackChris Lattner2009-06-253-39/+29
* just eliminate the code entirely!Chris Lattner2009-06-251-2/+1
* Provide guards for this shared structure. I'm not sure this actually needsOwen Anderson2009-06-251-3/+8
* Privatize some more debug-related static data.Owen Anderson2009-06-251-2/+2
* 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-251-4/+6
* 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-258-0/+8
* 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-254-163/+248
* Add thumb2 add sp.Evan Cheng2009-06-251-0/+15
* fix comments to be correct.Chris Lattner2009-06-251-2/+2
* Some reorg and additional comments.Evan Cheng2009-06-251-9/+18
* No need to code gen MDNodesDevang Patel2009-06-258-0/+24
* 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
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-28/+0
* Add Thumb2 pc relative add.Evan Cheng2009-06-242-1/+34
* Fewer static variables, part 3 of many.Owen Anderson2009-06-241-2/+2
* 80 col violation.Evan Cheng2009-06-241-1/+2
* Down with _even more_ statics!Owen Anderson2009-06-242-2/+5
* Down with statics!Owen Anderson2009-06-241-2/+4
* Add constructor to create MDString using std::stringDevang Patel2009-06-241-0/+11
* Move local statics to per-instance variables.Owen Anderson2009-06-241-9/+4
* Make this thread-safe.Owen Anderson2009-06-241-1/+3
* Get rid of a static boolean.Owen Anderson2009-06-241-2/+2
* Scaffolding for LDA pass.Andreas Bolka2009-06-242-0/+48
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-242-7/+2
* Completed basic intra block split implementation.Lang Hames2009-06-241-43/+114
* 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-243-3/+3
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+37
* 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-244-35/+14
* 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-247-132/+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