| Commit message (Expand) | Author | Age | Files | Lines |
| * | LLVMContext-ification. | Owen Anderson | 2009-07-07 | 1 | -1/+3 |
| * | Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand | Bob Wilson | 2009-07-07 | 1 | -20/+12 |
| * | Disable loop index split for now and let nightly tester verify its usefulness. | Devang Patel | 2009-07-07 | 1 | -1/+0 |
| * | Fix a typo and a grammaro in a comment. | Dan Gohman | 2009-07-07 | 1 | -1/+1 |
| * | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 1 | -0/+9 |
| * | fix a bug in post-order iterators with external storage, patch by | Chris Lattner | 2009-07-07 | 1 | -2/+2 |
| * | fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, | Chris Lattner | 2009-07-07 | 1 | -5/+8 |
| * | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 2 | -14/+12 |
| * | "BinaryObject.h was implicitly converting between uint{16,32,64}_t to | Chris Lattner | 2009-07-07 | 1 | -58/+58 |
| * | Remove unused parameter. | Bill Wendling | 2009-07-07 | 1 | -2/+2 |
| * | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner | 2009-07-07 | 1 | -0/+15 |
| * | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner | 2009-07-07 | 1 | -57/+30 |
| * | Introduce new error handling API. | Edwin Török | 2009-07-07 | 2 | -0/+58 |
| * | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson | 2009-07-07 | 1 | -0/+3 |
| * | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 5 | -139/+142 |
| * | This parameter should default to true, not false. | Owen Anderson | 2009-07-07 | 1 | -1/+1 |
| * | s/llvmc2/llvmc/ | Mikhail Glushenkov | 2009-07-07 | 1 | -1/+1 |
| * | Add an 'init' option property. | Mikhail Glushenkov | 2009-07-07 | 1 | -0/+5 |
| * | Add isMetadata() to check metadata operand. | Devang Patel | 2009-07-06 | 1 | -1/+3 |
| * | Add new ValueType for metadata. | Devang Patel | 2009-07-06 | 2 | -1/+6 |
| * | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 9 | -14/+14 |
| * | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 3 | -3/+11 |
| * | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 4 | -6/+17 |
| * | Add two new accessors to the C bindings, patch by Wladimir van der Laan! | Chris Lattner | 2009-07-06 | 1 | -0/+2 |
| * | Just forgot to include the two new files | Bruno Cardoso Lopes | 2009-07-06 | 1 | -0/+171 |
| * | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 4 | -44/+53 |
| * | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 5 | -2/+12 |
| * | There are five floating point types. | Nick Lewycky | 2009-07-05 | 1 | -1/+1 |
| * | There are *four* lights! | Nick Lewycky | 2009-07-05 | 1 | -1/+1 |
| * | Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. | Jeffrey Yasskin | 2009-07-04 | 1 | -3/+3 |
| * | Even more passes being LLVMContext'd. | Owen Anderson | 2009-07-03 | 1 | -1/+1 |
| * | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 3 | -0/+109 |
| * | In this unreachable code, return an initialized value. | Duncan Sands | 2009-07-03 | 1 | -2/+2 |
| * | Fix the build: provide uint8_t. | Duncan Sands | 2009-07-03 | 1 | -0/+2 |
| * | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 2009-07-03 | 1 | -0/+4 |
| * | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 3 | -6/+14 |
| * | Fill in a few more missing accessors. | Owen Anderson | 2009-07-02 | 1 | -1/+3 |
| * | switch the .ll parser to use SourceMgr. | Chris Lattner | 2009-07-02 | 1 | -0/+10 |
| * | switch the .ll parser into SMDiagnostic. | Chris Lattner | 2009-07-02 | 1 | -56/+5 |
| * | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 2 | -2/+3 |
| * | add an explicit class for holding llvm::SourceMgr diagnostics and use | Chris Lattner | 2009-07-02 | 1 | -6/+36 |
| * | Make the current LLVMContext available to passes. | Owen Anderson | 2009-07-02 | 1 | -2/+14 |
| * | Add an accessor to Function so that Passes can easily get access to the context. | Owen Anderson | 2009-07-02 | 1 | -0/+5 |
| * | Remove tabs. | Devang Patel | 2009-07-02 | 1 | -2/+2 |
| * | Add accessors for metadata constants. | Owen Anderson | 2009-07-02 | 1 | -0/+5 |
| * | Fix typo. | Devang Patel | 2009-07-02 | 1 | -5/+5 |
| * | Add accessor for MDNode. | Owen Anderson | 2009-07-02 | 1 | -0/+4 |
| * | Add accessor for getting UndefValue's. | Owen Anderson | 2009-07-02 | 1 | -0/+4 |
| * | Restore other bits of the C API that I tore up. All pre-existing APIs defaul... | Owen Anderson | 2009-07-02 | 2 | -2/+12 |
| * | Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al... | Bruno Cardoso Lopes | 2009-07-02 | 1 | -4/+0 |