aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the treeTed Kremenek2009-07-101-21/+12
* Redesign this to avoid standard stream classes. This stream classDavid Greene2009-07-091-0/+179
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-095-67/+110
* Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene2009-07-091-0/+16
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-191/+42
* Fix typo, trailing whitespace.Andreas Bolka2009-07-091-2/+2
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-37/+215
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-091-1/+3
* As Chris pointed out, we don't actually need to pass the context around here.Owen Anderson2009-07-091-2/+1
* back out r75156 for now.Chris Lattner2009-07-091-442/+0
* A little bit more LLVMContextification.Owen Anderson2009-07-091-3/+7
* ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ...Ted Kremenek2009-07-091-37/+45
* Add some classes to produce pretty-printed asm. We'll use theseDavid Greene2009-07-091-0/+442
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-093-3/+9
* Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...Alisdair Meredith2009-07-091-8/+10
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-3/+4
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-092-3/+38
* Forgot a couple files when adding the -ssi-everything pass.Nick Lewycky2009-07-092-1/+10
* Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2009-07-091-0/+1
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-091-8/+19
* add default ctor.Chris Lattner2009-07-091-0/+1
* add missing predicate.Chris Lattner2009-07-091-0/+1
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-092-23/+61
* Work around an ICE in gcc-4.2.4.Jeffrey Yasskin2009-07-091-1/+2
* Make SmallPtrSet iterators real iteratorsDouglas Gregor2009-07-081-0/+8
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-083-5/+31
* Reformat.David Greene2009-07-081-1/+3
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-081-1/+2
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+37
* Implement changes from Chris's feedback.Torok Edwin2009-07-083-5/+5
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-082-16/+26
* Make the code that updates ScalarEvolution's internal state in responseDan Gohman2009-07-081-5/+0
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-083-1/+5
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-082-33/+27
* Start converting to new error handling API.Torok Edwin2009-07-081-0/+2
* convert comments to doxygen styleChris Lattner2009-07-081-19/+19
* Trial first commitAlisdair Meredith2009-07-081-0/+1
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-0812-169/+6
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-082-20/+29
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-081-6/+5
* LLVMContext-ification.Owen Anderson2009-07-071-1/+3
* Change NEON vldN/vstN intrinsics to specify "N" as an immediate operandBob Wilson2009-07-071-20/+12
* Disable loop index split for now and let nightly tester verify its usefulness.Devang Patel2009-07-071-1/+0
* Fix a typo and a grammaro in a comment.Dan Gohman2009-07-071-1/+1
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+9
* fix a bug in post-order iterators with external storage, patch byChris Lattner2009-07-071-2/+2
* fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner2009-07-071-5/+8
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-072-14/+12
* "BinaryObject.h was implicitly converting between uint{16,32,64}_t toChris Lattner2009-07-071-58/+58
* Remove unused parameter.Bill Wendling2009-07-071-2/+2