| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename a function. | Devang Patel | 2010-04-08 | 2 | -9/+7 |
* | implicit defs get added to the end of machine instrs sometimes. Scan the who... | Chris Lattner | 2010-04-08 | 1 | -4/+9 |
* | One instruction may start (or end) multiple lexical scopes. | Devang Patel | 2010-04-08 | 2 | -58/+28 |
* | Remove dead code. | Devang Patel | 2010-04-08 | 2 | -9/+0 |
* | Delete out of date comment. | Devang Patel | 2010-04-08 | 1 | -2/+0 |
* | Refactor. | Devang Patel | 2010-04-08 | 2 | -2/+15 |
* | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer | 2010-04-08 | 4 | -37/+31 |
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 1 | -8/+12 |
* | Make post regalloc machine licm functional. It now passes all of MultiSource. | Evan Cheng | 2010-04-08 | 1 | -79/+169 |
* | convert a report_fatal_error that I was able to trigger into a nice error | Chris Lattner | 2010-04-08 | 1 | -3/+9 |
* | minor tidying. | Chris Lattner | 2010-04-07 | 2 | -5/+4 |
* | use assertions instead of unreachable for logic errors. | Chris Lattner | 2010-04-07 | 1 | -28/+26 |
* | introduce a new recoverable error handling API to LLVMContext | Chris Lattner | 2010-04-07 | 1 | -3/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 14 | -36/+36 |
* | remove some unneeded errorhandling stuff. | Chris Lattner | 2010-04-07 | 1 | -9/+17 |
* | tidy up | Chris Lattner | 2010-04-07 | 1 | -5/+5 |
* | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov | 2010-04-07 | 1 | -2/+0 |
* | Initial support for different kinds of FU reservation. | Anton Korobeynikov | 2010-04-07 | 2 | -12/+44 |
* | Factor out scoreboard into separate class. This way we might have several dif... | Anton Korobeynikov | 2010-04-07 | 2 | -58/+70 |
* | Add hook to insert late LLVM=>LLVM passes just before isel | Anton Korobeynikov | 2010-04-07 | 1 | -0/+2 |
* | fix 80 col violation, patch by Alastair Lynn | Chris Lattner | 2010-04-07 | 1 | -1/+2 |
* | add a comment line that got dropped | Chris Lattner | 2010-04-07 | 1 | -5/+4 |
* | fix a latent bug my inline asm stuff exposed: | Chris Lattner | 2010-04-07 | 1 | -0/+2 |
* | Remove unused method. | Benjamin Kramer | 2010-04-07 | 2 | -19/+0 |
* | Workaround the breakage in r100616 by guarding all timers with | Edwin Török | 2010-04-07 | 3 | -32/+74 |
* | Use the "NamedGroupTimer" class to categorize DWARF emission better. | Bill Wendling | 2010-04-07 | 4 | -41/+28 |
* | Use raw_ostream. | Benjamin Kramer | 2010-04-07 | 1 | -22/+14 |
* | Add comments for missed opportunities. | Evan Cheng | 2010-04-07 | 1 | -1/+4 |
* | Fix typo. | Evan Cheng | 2010-04-07 | 1 | -1/+1 |
* | Have the inst emitter add the !srcloc mdnode to the machine instr. | Chris Lattner | 2010-04-07 | 2 | -2/+18 |
* | remove another magic number. | Chris Lattner | 2010-04-07 | 1 | -3/+2 |
* | Three changes: | Chris Lattner | 2010-04-07 | 6 | -62/+96 |
* | Move printing of target-indepedent DEBUG_VALUE comments | Dale Johannesen | 2010-04-07 | 2 | -4/+69 |
* | Post regalloc LICM. Work in progress. | Evan Cheng | 2010-04-07 | 2 | -11/+169 |
* | Do not emit specification DIE with DW_AT_specification attribute for member f... | Devang Patel | 2010-04-06 | 1 | -2/+17 |
* | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall | 2010-04-06 | 2 | -2/+2 |
* | Revert 100573, it's causing some testsuite problems. | Dale Johannesen | 2010-04-06 | 1 | -59/+4 |
* | Move printing of DEBUG_VALUE comments to target-independent place. | Dale Johannesen | 2010-04-06 | 1 | -4/+59 |
* | Allow for the possibility that a debug-value points | Dale Johannesen | 2010-04-06 | 1 | -2/+13 |
* | Reverting 100530 & 100531 due to regressions in the GDB test suite. | Stuart Hastings | 2010-04-06 | 2 | -25/+8 |
* | Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp. | Evan Cheng | 2010-04-06 | 2 | -4/+5 |
* | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings | 2010-04-06 | 2 | -8/+25 |
* | Remove assert to treat memmove and memset like memcpy | Mon P Wang | 2010-04-06 | 1 | -3/+4 |
* | propagate cookie management out one layer of function calls. | Chris Lattner | 2010-04-06 | 2 | -5/+4 |
* | report errors through LLVMContext's inline asm handler if available. | Chris Lattner | 2010-04-06 | 1 | -1/+15 |
* | Give MachineModuleInfo an actual Module*. | Chris Lattner | 2010-04-06 | 2 | -5/+14 |
* | Remove unnecessary include. | Devang Patel | 2010-04-06 | 1 | -1/+0 |
* | Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation. | Evan Cheng | 2010-04-05 | 1 | -4/+2 |
* | Give AsmParser an option to control whether it finalizes | Chris Lattner | 2010-04-05 | 1 | -1/+2 |
* | add .o file writing for inline asm in llc. Here's a silly | Chris Lattner | 2010-04-05 | 1 | -3/+34 |