summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-04
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-04
* Fix build.Mike Stump2009-07-03
* Even more passes being LLVMContext'd.Owen Anderson2009-07-03
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-03
* Silence a warning when assertions are turned off.Duncan Sands2009-07-03
* Silence a warning when assertions are turned off.Duncan Sands2009-07-03
* Silence warning when building without assertions.Duncan Sands2009-07-03
* Silence warnings when assertions are turned off.Duncan Sands2009-07-03
* Add newline at end of file.Duncan Sands2009-07-03
* For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta2009-07-03
* Various small changes related to the Condition Register on PowerPC.Tilmann Scheller2009-07-03
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-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
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-03
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-03
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-03
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-03
* Minor improvement to the LDA debug output.Andreas Bolka2009-07-03
* Second batch of passes using LLVMContext.Owen Anderson2009-07-03
* Add Thumb2 load / store multiple instructions. Not used yet.Evan Cheng2009-07-03
* Convert the first batch of passes to use LLVMContext.Owen Anderson2009-07-03
* t2LDR_PRE etc are loads.Evan Cheng2009-07-03
* Added indexed stores.Evan Cheng2009-07-03
* Fill in a few more missing accessors.Owen Anderson2009-07-02
* Sign extending pre/post indexed loads.Evan Cheng2009-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
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-02
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-02
* shrinking down #includesBruno Cardoso Lopes2009-07-02
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-02
* Use LLVMContext for generating MDStrings too.Owen Anderson2009-07-02
* Use LLVMContext to generate metadata constants.Owen Anderson2009-07-02
* Add accessors for metadata constants.Owen Anderson2009-07-02
* Fix typo.Devang Patel2009-07-02
* Add accessor for MDNode.Owen Anderson2009-07-02
* Use LLVMContext for generating UndefValue constants too!Owen Anderson2009-07-02
* Add accessor for getting UndefValue's.Owen Anderson2009-07-02
* simplify some logic by using isWeakForLinker(). Thanks to Anton forChris Lattner2009-07-02
* do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...Chris Lattner2009-07-02
* fix inverted logic pointed out by John McCall, noticed by inspection.Chris Lattner2009-07-02
* Fix windows build, patch by Howard Su.Duncan Sands2009-07-02
* Thumb2 pre/post indexed loads.Evan Cheng2009-07-02
* Ack, missed one incompatibility.Owen Anderson2009-07-02
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-02
* 80 col violation.Evan Cheng2009-07-02