2009-07-05 |
Nick Lewycky | There are five floating point types. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Nick Lewycky | There are *four* lights! |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Oscar Fuentes | CMake: Avoids defining _DEBUG on MSVC Release builds... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Duncan Sands | Clarify that later compiler versions are known to |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Nick Lewycky | When comparing constants, consider a less wide constant... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Jeffrey Yasskin | Have cmake define HAVE_STRERROR and friends to 1 when... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | Make -save-temps=obj play better with -o. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | LLVMC can be now compiled w/o dynamic plugin support. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | LLVMC doesn't need ENABLE_PIC to build now. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Mike Stump | Fix build. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Owen Anderson | Even more passes being LLVMContext'd. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Nick Lewycky | Add Static Single Information construction pass writte... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence a warning when assertions are turned off. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence a warning when assertions are turned off. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence warning when building without assertions. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence warnings when assertions are turned off. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | In this unreachable code, return an initialized value. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Torok Edwin | Fix typo: intepreter->interpreter. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Fix the build: provide uint8_t. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Sanjiv Gupta | For extended loads of type i1 to i8, we will need to... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tilmann Scheller | Various small changes related to the Condition Register... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tilmann Scheller | Refactor ABI code in the PowerPC backend. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tilmann Scheller | Implement the SVR4 ABI for PowerPC. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tilmann Scheller | Add NumFixedArgs attribute to CallSDNode which indicate... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tilmann Scheller | Small cleanups in the PowerPC backend. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Bruno Cardoso... | Factor some code out and support for Jump Table relocations |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Mikhail Glushenkov | Add --enable-llvmc-dynamic configure option. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Evan Cheng | Add thumb2 sign / zero extend with rotate instructions. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Andreas Bolka | Minor improvement to the LDA debug output. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Owen Anderson | Second batch of passes using LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Evan Cheng | Add Thumb2 load / store multiple instructions. Not... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Owen Anderson | Convert the first batch of passes to use LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Daniel Dunbar | Replace std::iostreams with raw_ostream in TableGen. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Evan Cheng | t2LDR_PRE etc are loads. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Evan Cheng | Added indexed stores. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Fill in a few more missing accessors. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Evan Cheng | Sign extending pre/post indexed loads. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | switch the .ll parser to use SourceMgr. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | switch the .ll parser into SMDiagnostic. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Devang Patel | Simplify debug info intrisinc lowering. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | add an explicit class for holding llvm::SourceMgr diagn... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
David Goodwin | Checkpoint refactoring of ThumbInstrInfo and ThumbRegis... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | implement error recovery in the llvm-mc parser. Feel... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Make the current LLVMContext available to passes. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Douglas Gregor | CMake build fixes, from Xerxes Ranby |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Bruno Cardoso... | shrinking down #includes |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Add an accessor to Function so that Passes can easily... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sanjiv Gupta | Prefix bin dir to executables. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Devang Patel | Remove tabs. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sanjiv Gupta | Fixed handling of -c option.wq |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Use LLVMContext for generating MDStrings too. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Use LLVMContext to generate metadata constants. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Add accessors for metadata constants. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Add accessor for MDNode. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Use LLVMContext for generating UndefValue constants... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Add accessor for getting UndefValue's. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Describe the LLVMContext API change. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | simplify some logic by using isWeakForLinker(). Thanks... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | do not try to analyze bitcasts from i64 to <2 x i32... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | fix inverted logic pointed out by John McCall, noticed... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Duncan Sands | Fix windows build, patch by Howard Su. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Evan Cheng | Thumb2 pre/post indexed loads. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Ack, missed one incompatibility. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Restore other bits of the C API that I tore up. All... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Evan Cheng | Change the meaning of predicate hasThumb2 to mean thumb... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | @GOTPCREL is also rip-relative. Fix fast-isel to do... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | Fix yet-another bug I introduced into fastisel, this... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | llvm-mc/x86: Test case for x86 operand parsing. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | llvm-mc/x86: Fix various nit-picky bugs in displacement... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Bruno Cardoso... | Remove getFunctionAlignment from TargetELFInfo and... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | llvm-mc/x86: Fix bug in disambiguation of displacement... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | llvm-mc/x86: Factor out ParseX86Register. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Chris Lattner | clarify: stub emission depends on the version of the... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Evan Cheng | Factor out ARM indexed load matching code. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Devang Patel | Add debug info utility routines. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Maintain the old LTO API, by using the global context. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Dan Gohman | Fix a bunch of other places that used operator[] to... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Owen Anderson | Add a C wrapper for accessing the global default context. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
John Mosby | fix ld error with -no-undefined switch, which is undefi... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Devang Patel | Simplify. No intentional functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Try again at converting the LLParser to use LLVMContext... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Add a few methods that got left out earlier. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Try to clarify a point about getting DominatorTree... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Dale Johannesen | Add darwin stub removal to wishlist. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Fix the LTO header for LLVMContext changes. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Dan Gohman | Request LCSSA after LoopSimplify. This fixes a problem... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Devang Patel | Refactor. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Bob Wilson | Add a new addressing mode for NEON load/store instructions. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Make the use of const with respect to LLVMContext sane... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Dan Gohman | Use find instead of operator[] to test whether an eleme... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Bill Wendling | --- Reverse-merging (from foreign repository) r74648... |
commit | commitdiff | tree | snapshot |
next |