aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-071-0/+15
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-071-57/+30
* Introduce new error handling API.Torok Edwin2009-07-072-0/+58
* Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson2009-07-071-0/+3
* Change all SCEV* to SCEV *.Dan Gohman2009-07-075-139/+142
* This parameter should default to true, not false.Owen Anderson2009-07-071-1/+1
* s/llvmc2/llvmc/Mikhail Glushenkov2009-07-071-1/+1
* Add an 'init' option property.Mikhail Glushenkov2009-07-071-0/+5
* Add isMetadata() to check metadata operand.Devang Patel2009-07-061-1/+3
* Add new ValueType for metadata.Devang Patel2009-07-062-1/+6
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-069-14/+14
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-063-3/+11
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-064-6/+17
* Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner2009-07-061-0/+2
* Just forgot to include the two new filesBruno Cardoso Lopes2009-07-061-0/+171
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-064-44/+53
* More LLVMContext-ification.Owen Anderson2009-07-055-2/+12
* There are five floating point types.Nick Lewycky2009-07-051-1/+1
* There are *four* lights!Nick Lewycky2009-07-051-1/+1