summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Start converting to new error handling API.Torok Edwin2009-07-08
* convert comments to doxygen styleChris Lattner2009-07-08
* Trial first commitAlisdair Meredith2009-07-08
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-08
* LLVMContext-ification.Owen Anderson2009-07-07
* Change NEON vldN/vstN intrinsics to specify "N" as an immediate operandBob Wilson2009-07-07
* Disable loop index split for now and let nightly tester verify its usefulness.Devang Patel2009-07-07
* Fix a typo and a grammaro in a comment.Dan Gohman2009-07-07
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-07
* fix a bug in post-order iterators with external storage, patch byChris Lattner2009-07-07
* fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner2009-07-07
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* "BinaryObject.h was implicitly converting between uint{16,32,64}_t toChris Lattner2009-07-07
* Remove unused parameter.Bill Wendling2009-07-07
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-07
* Introduce new error handling API.Torok Edwin2009-07-07
* Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson2009-07-07
* Change all SCEV* to SCEV *.Dan Gohman2009-07-07
* This parameter should default to true, not false.Owen Anderson2009-07-07
* s/llvmc2/llvmc/Mikhail Glushenkov2009-07-07
* Add an 'init' option property.Mikhail Glushenkov2009-07-07
* Add isMetadata() to check metadata operand.Devang Patel2009-07-06
* Add new ValueType for metadata.Devang Patel2009-07-06
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-06
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-06
* Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner2009-07-06
* Just forgot to include the two new filesBruno Cardoso Lopes2009-07-06
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* There are five floating point types.Nick Lewycky2009-07-05
* There are *four* lights!Nick Lewycky2009-07-05
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-04
* Even more passes being LLVMContext'd.Owen Anderson2009-07-03
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-03
* In this unreachable code, return an initialized value.Duncan Sands2009-07-03
* Fix the build: provide uint8_t.Duncan Sands2009-07-03
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-03
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-03
* Fill in a few more missing accessors.Owen Anderson2009-07-02
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-02
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Simplify debug info intrisinc lowering.Devang Patel2009-07-02
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-02
* Make the current LLVMContext available to passes.Owen Anderson2009-07-02
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-02
* Remove tabs.Devang Patel2009-07-02