summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-14
* Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng2009-08-14
* Add helpers for fetching basic types.Owen Anderson2009-08-14
* New entry.Evan Cheng2009-08-14
* Make TargetData optional in GlobalOpt and ArgumentPromotion.Dan Gohman2009-08-14
* Make these matching rules more strict so that they don'tDan Gohman2009-08-14
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-14
* Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data andDan Gohman2009-08-13
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-13
* Mark this test as requiring the powerpc target.Daniel Dunbar2009-08-13
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13
* When standard output is a terminal, set outs() to be unbuffered, toDan Gohman2009-08-13
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-13
* Take the fast path for any named value and any GlobalValue, which doesn'tDan Gohman2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes2009-08-13
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-13
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-13
* Add unimplemented destructor declarations to hopefully addressDan Gohman2009-08-13
* Fix a compiler warning about comparing signed with unsigned.Dan Gohman2009-08-13
* * Moved all tool version requirements to the same placeMisha Brukman2009-08-13
* Converted tabs to spaces.Misha Brukman2009-08-13
* Grammar fix.Misha Brukman2009-08-13
* Tweak svn:ignoreDaniel Dunbar2009-08-13
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-13
* Add an assert to check copy_to_buffer's precondition.Dan Gohman2009-08-13
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-13
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-13
* Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16Daniel Dunbar2009-08-13
* Reapply pieces of 78914 reverted in 78916, this has been fixed.Daniel Dunbar2009-08-13
* Make raw_ostream non-copyable.Dan Gohman2009-08-13
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-13
* Add missing defs of R2 and D1.Jim Grosbach2009-08-13
* Remove obsoleted files (from AsmPrinter move)Daniel Dunbar2009-08-13
* Revert r78914, as it was breaking the build.Owen Anderson2009-08-13
* Simplify this code so that it doesn't depend on raw_ostream being copyable.Dan Gohman2009-08-13
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-13
* Track pristine registers as if they were live-in in the register scavenger.Jakob Stoklund Olesen2009-08-13
* Use pristine register info in machine code verifier.Jakob Stoklund Olesen2009-08-13
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-13
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-13
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-13
* Finalize itineraries for cortex-a8 integer multiplyDavid Goodwin2009-08-13
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-13
* Fix a 4x slowdown in llc -asm-verbose caused by the use ofDan Gohman2009-08-13
* Remove unnecessary newlineJim Grosbach2009-08-13
* Correct comment wordingJim Grosbach2009-08-13
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13