aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add support for const thread locals.Owen Anderson2009-06-251-2/+2
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-251-0/+3
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-251-0/+41
* add targetflags to jump tables and constant pool entries.Chris Lattner2009-06-252-31/+25
* allow setting target operand flags on TargetGlobalAddress nodes.Chris Lattner2009-06-252-4/+8
* start bringing targetoperand flags into isel, first up, ExternalSymbol.Chris Lattner2009-06-252-5/+9
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-252-8/+71
* just eliminate the code entirely!Chris Lattner2009-06-251-28/+1
* Clone target flags when copying mbb operands.Chris Lattner2009-06-251-1/+1
* Privatize some more debug-related static data.Owen Anderson2009-06-251-0/+3
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-251-0/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-252-4/+71
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-252-19/+38
* Add a getUniqueExitBlock utility function, similar to getExitBlock,Dan Gohman2009-06-251-0/+10
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-1/+38
* Didn't mean to commit this part.Owen Anderson2009-06-241-3/+0
* Down with statics!Owen Anderson2009-06-241-0/+3
* Add constructor to create MDString using std::stringDevang Patel2009-06-241-0/+1
* Move local statics to per-instance variables.Owen Anderson2009-06-241-0/+6
* Increase limit for OpActions arrayDavid Greene2009-06-242-10/+19
* Get rid of a static boolean.Owen Anderson2009-06-241-0/+1
* Scaffolding for LDA pass.Andreas Bolka2009-06-243-0/+61
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-242-8/+4
* Update for DOTGraphTraits changes.Owen Anderson2009-06-241-1/+2
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-242-1/+11
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+45
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-3/+5
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-3/+0
* Rearrange some stuff in MachineOperand and add a new TargetFlags field.Chris Lattner2009-06-241-7/+18
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-242-7/+13
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-244-44/+11
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-241-3/+15
* Remove an obsolete comment and fix some 80-column violations.Dan Gohman2009-06-241-8/+10
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-0/+7
* Extend ScalarEvolution's multiple-exit support to compute exactDan Gohman2009-06-241-0/+6
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-245-3/+11
* Move the special cases for constants out of getUnknown and intoDan Gohman2009-06-241-1/+1
* stub out a trivial constructor method.Chris Lattner2009-06-241-1/+1
* Add an isAllOnesValue utility function, similar to isZero and isOne.Dan Gohman2009-06-241-0/+5
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-232-29/+29
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-232-8/+11
* rename MCImm ->MCValue.Chris Lattner2009-06-232-16/+17
* Add comments for the MCStreamer interface.Daniel Dunbar2009-06-231-6/+77
* It is not a good idea to have data member's name match argument's name. In fa...Devang Patel2009-06-231-11/+11
* Add DISubprogram::getReturnTypeName()Devang Patel2009-06-231-0/+13
* Start flushing out MCContext.Daniel Dunbar2009-06-234-5/+208
* Use atomic operations when accessing statistics, and make the lazy initializa...Owen Anderson2009-06-231-12/+55
* Add atomic multiply and divide operations, built on top of CompareAndSwap.Owen Anderson2009-06-231-0/+2
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-231-4/+21
* Make llvmc work again.Mikhail Glushenkov2009-06-233-0/+114