aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-139-30/+27
* Add missing defs of R2 and D1.Jim Grosbach2009-08-132-4/+4
* Remove obsoleted files (from AsmPrinter move)Daniel Dunbar2009-08-133-566/+0
* Revert r78914, as it was breaking the build.Owen Anderson2009-08-133-15/+19
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-137-19/+599
* Track pristine registers as if they were live-in in the register scavenger.Jakob Stoklund Olesen2009-08-131-14/+12
* Use pristine register info in machine code verifier.Jakob Stoklund Olesen2009-08-131-0/+11
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-132-1/+33
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-132-7/+20
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-131-0/+20
* Finalize itineraries for cortex-a8 integer multiplyDavid Goodwin2009-08-136-55/+65
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-131-20/+25
* Fix a 4x slowdown in llc -asm-verbose caused by the use ofDan Gohman2009-08-131-18/+27
* Remove unnecessary newlineJim Grosbach2009-08-132-2/+2
* Correct comment wordingJim Grosbach2009-08-132-2/+2
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-137-51/+140
* tPOP_RET now has predicate operands.Evan Cheng2009-08-131-2/+2
* Add a fixme message about canonicalizing floating-point vector types.Bob Wilson2009-08-131-0/+2
* Revert r78852 for now. I want to do this differently, but I don't have timeBob Wilson2009-08-133-18/+23
* fix typo, add 10.6 version of test for my previous patch.Chris Lattner2009-08-131-2/+2
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-134-6/+59
* It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng2009-08-131-6/+14
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-139-27/+30
* When InstCombine simplifies a load -> extract element to gep -> load, placeMon P Wang2009-08-131-3/+5
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-137-170/+325
* Simplify conditional.Andreas Bolka2009-08-131-4/+1
* Simplify and reduce indentation using early exits.Andreas Bolka2009-08-131-18/+13
* DEBUGify some DOUTs.Andreas Bolka2009-08-131-7/+8
* Prune trailing whitespace.Andreas Bolka2009-08-131-4/+4
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-132-19/+24
* Add a comment to describe why vector shuffles are legalized to custom DAG nodes.Bob Wilson2009-08-131-0/+4
* Use cast<> instead of dyn_cast<> in places where the type is known.Bob Wilson2009-08-131-5/+3
* Change the indentation for LLVM Assembly files from 1 tab to 2 spaces.Dan Gohman2009-08-131-4/+4
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-137-99/+60
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-133-27/+34
* Symbols with LinkerPrivateLinkage are weak.Dale Johannesen2009-08-131-2/+2
* make PIC16 unique its own sections instead of having mcontext do it.Chris Lattner2009-08-133-10/+14
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-132-2/+2
* reject invalid code like:Chris Lattner2009-08-131-27/+34
* implement support for uniquing MachO sections.Chris Lattner2009-08-121-8/+31
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-121-18/+12
* some compiler don't get string from TLOF.h implicitly or something.Chris Lattner2009-08-121-0/+1
* reduce #includageChris Lattner2009-08-121-1/+1
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-123-9/+54
* Recognize Neon VDUP shuffles during legalization instead of selection.Bob Wilson2009-08-123-23/+18
* Recognize Neon VREV shuffles during legalization instead of selection.Bob Wilson2009-08-123-32/+34
* This void is implicit in C++.Dan Gohman2009-08-1214-16/+16
* Fix counting of Post-RA scheduling stalls. Improve debug output.David Goodwin2009-08-121-14/+25
* Added RegisterCoalescer to required passes for PBQP.Lang Hames2009-08-121-0/+1
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-121-2/+2