aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-0629-325/+440
* More LLVMContext-ification.Owen Anderson2009-07-0611-135/+181
* CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown whenOscar Fuentes2009-07-051-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-0526-98/+162
* There are five floating point types.Nick Lewycky2009-07-051-1/+1
* There are *four* lights!Nick Lewycky2009-07-051-1/+1
* CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.Oscar Fuentes2009-07-051-1/+4
* Clarify that later compiler versions are known toDuncan Sands2009-07-051-0/+1
* When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky2009-07-042-0/+18
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-041-3/+3
* Make -save-temps=obj play better with -o.Mikhail Glushenkov2009-07-042-1/+2
* Regenerate.Mikhail Glushenkov2009-07-041-27/+71
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-044-1/+24
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-043-12/+6
* Fix build.Mike Stump2009-07-031-0/+1
* Even more passes being LLVMContext'd.Owen Anderson2009-07-039-181/+235
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-034-0/+499
* Silence a warning when assertions are turned off.Duncan Sands2009-07-031-0/+1
* Silence a warning when assertions are turned off.Duncan Sands2009-07-031-0/+1
* Silence warning when building without assertions.Duncan Sands2009-07-031-0/+1
* Silence warnings when assertions are turned off.Duncan Sands2009-07-031-0/+2
* In this unreachable code, return an initialized value.Duncan Sands2009-07-031-2/+2
* Add newline at end of file.Duncan Sands2009-07-031-1/+1
* Add newline at end of file.Duncan Sands2009-07-031-1/+1
* Fix typo: intepreter->interpreter.Edwin Török2009-07-031-1/+1
* Fix the build: provide uint8_t.Duncan Sands2009-07-031-0/+2
* For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta2009-07-032-2/+6
* Various small changes related to the Condition Register on PowerPC.Tilmann Scheller2009-07-034-47/+68
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-0312-572/+370
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-039-58/+1109
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-0316-31/+43
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-034-38/+21
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-034-42/+142
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-034-10/+52
* Trailing whitespace.Mikhail Glushenkov2009-07-032-4/+4
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-036-2/+194
* Minor improvement to the LDA debug output.Andreas Bolka2009-07-031-2/+7
* Second batch of passes using LLVMContext.Owen Anderson2009-07-035-37/+46
* Add Thumb2 load / store multiple instructions. Not used yet.Evan Cheng2009-07-031-0/+15
* Convert the first batch of passes to use LLVMContext.Owen Anderson2009-07-034-625/+711
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-0336-266/+257
* t2LDR_PRE etc are loads.Evan Cheng2009-07-031-0/+2
* Added indexed stores.Evan Cheng2009-07-033-1/+84
* Fill in a few more missing accessors.Owen Anderson2009-07-022-2/+10
* Sign extending pre/post indexed loads.Evan Cheng2009-07-023-3/+42
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-027-48/+59
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-027-105/+26
* Simplify debug info intrisinc lowering.Devang Patel2009-07-025-170/+118
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-022-25/+88
* Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin2009-07-0213-420/+1655