aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-243-8/+7
* 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-233-29/+58
* 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
* Typo.Mikhail Glushenkov2009-06-231-2/+0
* Start sketching MCStreamer interface.Daniel Dunbar2009-06-232-0/+102
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-233-22/+21
* Add include file to get the type for in64_t.Bill Wendling2009-06-231-0/+2
* add a simple MCImm class.Chris Lattner2009-06-232-2/+59
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-232-6/+6
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-231-10/+10
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-231-10/+10
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-232-11/+12
* add an accessor.Chris Lattner2009-06-231-0/+1
* Add an atomic add operation.Owen Anderson2009-06-231-0/+1
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-232-4/+4
* Revert r73923, which broke clang.Owen Anderson2009-06-231-1/+0
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-221-0/+1
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-222-0/+296
* Remove the parent pointer from SCEV, since it did not end up being needed.Owen Anderson2009-06-222-44/+27
* SCEVHandle is no more!Owen Anderson2009-06-225-213/+141
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-222-1/+28
* Banish global state from ScalarEvolution! SCEV uniquing is now done by table...Owen Anderson2009-06-222-31/+29
* Add a getUMinFromMismatchedTypes helper function.Dan Gohman2009-06-221-0/+6
* Factor out code for computing umin and smin for SCEV expressions intoDan Gohman2009-06-221-0/+2
* Teach ScalarEvolution how to analyze loops with multiple exitDan Gohman2009-06-221-0/+31