aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13160-1598/+1985
* Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes2009-08-134-146/+87
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-131-0/+1
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-132-0/+13
* Add unimplemented destructor declarations to hopefully addressDan Gohman2009-08-131-0/+6
* Fix a compiler warning about comparing signed with unsigned.Dan Gohman2009-08-131-1/+1
* * Moved all tool version requirements to the same placeMisha Brukman2009-08-131-14/+22
* Converted tabs to spaces.Misha Brukman2009-08-131-2/+2
* Grammar fix.Misha Brukman2009-08-131-2/+2
* Tweak svn:ignoreDaniel Dunbar2009-08-130-0/+0
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-134-19/+22
* Add an assert to check copy_to_buffer's precondition.Dan Gohman2009-08-131-0/+2
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-132-18/+4
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-132-8/+48
* Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16Daniel Dunbar2009-08-131-1/+4
* Reapply pieces of 78914 reverted in 78916, this has been fixed.Daniel Dunbar2009-08-133-19/+15
* Make raw_ostream non-copyable.Dan Gohman2009-08-131-0/+4
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-1311-33/+28
* 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
* Simplify this code so that it doesn't depend on raw_ostream being copyable.Dan Gohman2009-08-131-3/+3
* 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-133-2/+56
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-134-7/+31
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-132-18/+22
* 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-132-20/+29
* 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-138-51/+172
* Fix the N>=64 case in the isInt<> and isUint<> templates.Jakob Stoklund Olesen2009-08-131-2/+2
* tPOP_RET now has predicate operands.Evan Cheng2009-08-132-2/+739
* 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-132-2/+3
* 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-132-6/+54
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-1310-28/+32
* When InstCombine simplifies a load -> extract element to gep -> load, placeMon P Wang2009-08-132-3/+28
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-1311-199/+514
* 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-134-38/+43
* Add a comment to describe why vector shuffles are legalized to custom DAG nodes.Bob Wilson2009-08-131-0/+4