aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes
2009-07-06More LLVMContext-ification.Owen Anderson
2009-07-05CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown whenOscar Fuentes
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-05There are five floating point types.Nick Lewycky
2009-07-05There are *four* lights!Nick Lewycky
2009-07-05CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.Oscar Fuentes
2009-07-05Clarify that later compiler versions are known toDuncan Sands
2009-07-04When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky
2009-07-04Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin
2009-07-04Make -save-temps=obj play better with -o.Mikhail Glushenkov
2009-07-04Regenerate.Mikhail Glushenkov
2009-07-04LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov
2009-07-03Fix build.Mike Stump
2009-07-03Even more passes being LLVMContext'd.Owen Anderson
2009-07-03Add Static Single Information construction pass written by André Tavares!Nick Lewycky
2009-07-03Silence a warning when assertions are turned off.Duncan Sands
2009-07-03Silence a warning when assertions are turned off.Duncan Sands
2009-07-03Silence warning when building without assertions.Duncan Sands
2009-07-03Silence warnings when assertions are turned off.Duncan Sands
2009-07-03In this unreachable code, return an initialized value.Duncan Sands
2009-07-03Add newline at end of file.Duncan Sands
2009-07-03Add newline at end of file.Duncan Sands
2009-07-03Fix typo: intepreter->interpreter.Torok Edwin
2009-07-03Fix the build: provide uint8_t.Duncan Sands
2009-07-03For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta
2009-07-03Various small changes related to the Condition Register on PowerPC.Tilmann Scheller
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller
2009-07-03Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller
2009-07-03Small cleanups in the PowerPC backend.Tilmann Scheller
2009-07-03Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov
2009-07-03Trailing whitespace.Mikhail Glushenkov
2009-07-03Add thumb2 sign / zero extend with rotate instructions.Evan Cheng
2009-07-03Minor improvement to the LDA debug output.Andreas Bolka
2009-07-03Second batch of passes using LLVMContext.Owen Anderson
2009-07-03Add Thumb2 load / store multiple instructions. Not used yet.Evan Cheng
2009-07-03Convert the first batch of passes to use LLVMContext.Owen Anderson
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-07-03t2LDR_PRE etc are loads.Evan Cheng
2009-07-03Added indexed stores.Evan Cheng
2009-07-02Fill in a few more missing accessors.Owen Anderson
2009-07-02Sign extending pre/post indexed loads.Evan Cheng
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner
2009-07-02Simplify debug info intrisinc lowering.Devang Patel
2009-07-02add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner
2009-07-02Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin