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