aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* "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.Edwin Török2009-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
* 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
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-041-3/+3
* Even more passes being LLVMContext'd.Owen Anderson2009-07-031-1/+1
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-033-0/+109
* In this unreachable code, return an initialized value.Duncan Sands2009-07-031-2/+2
* Fix the build: provide uint8_t.Duncan Sands2009-07-031-0/+2
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-031-0/+4
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-033-6/+14
* Fill in a few more missing accessors.Owen Anderson2009-07-021-1/+3
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-0/+10
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-56/+5
* Simplify debug info intrisinc lowering.Devang Patel2009-07-022-2/+3
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-021-6/+36
* Make the current LLVMContext available to passes.Owen Anderson2009-07-021-2/+14
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-021-0/+5
* Remove tabs.Devang Patel2009-07-021-2/+2
* Add accessors for metadata constants.Owen Anderson2009-07-021-0/+5
* Fix typo.Devang Patel2009-07-021-5/+5
* Add accessor for MDNode.Owen Anderson2009-07-021-0/+4
* Add accessor for getting UndefValue's.Owen Anderson2009-07-021-0/+4
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-021-4/+0
* Add debug info utility routines.Devang Patel2009-07-021-0/+48
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-021-2/+3
* Add a few methods that got left out earlier.Owen Anderson2009-07-011-1/+6
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-017-16/+16
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-011-93/+89
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-011-89/+93
* Use AA to check objects before LDA.Andreas Bolka2009-07-011-0/+2
* Add getMDNode() to access metadata node.Devang Patel2009-07-011-0/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-018-17/+18
* Add machine operand for MDNodes. This will be used to communicate debug info.Devang Patel2009-07-012-1/+19