summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
...
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-21
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Fix thinko.Devang Patel2009-07-08
* Drop "constant" from Devang Patel2009-07-08
* Support MDNode forward reference.Devang Patel2009-07-08
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-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
* Use LLVMContext in the LLLexer.Owen Anderson2009-07-07
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-02
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Use LLVMContext for generating MDStrings too.Owen Anderson2009-07-02
* Use LLVMContext to generate metadata constants.Owen Anderson2009-07-02
* Use LLVMContext for generating UndefValue constants too!Owen Anderson2009-07-02
* Try again at converting the LLParser to use LLVMContext, without massive brea...Owen Anderson2009-07-01
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-01
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Support stand alone metadata syntax.Devang Patel2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-01
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-16
* Fix a typo in a diagnostic.Dan Gohman2009-06-15
* Fix old-style type names in comments.Dan Gohman2009-06-14
* Create FunctionType::isValidArgumentType to go along with isValidReturnType.Nick Lewycky2009-06-07
* Refuse metadata* type for function arguments.Nick Lewycky2009-06-07
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Add new function attribute - noredzone. Devang Patel2009-06-04
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-21
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* testcase and asmparser fix for PR4066Chris Lattner2009-04-25
* Fix warning in .ll parser, detect and reject available_externally on functionNick Lewycky2009-04-13
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-25
* Fix internal representation of fp80 to be theDale Johannesen2009-03-23
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Fix two classes of bugs. First:Chris Lattner2009-03-09