summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* CMake: Corrected indentation on a block of code.Oscar Fuentes2009-08-14
* CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes2009-08-14
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-14
* CMake: updated list of source files for library MC.Oscar Fuentes2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar2009-08-14
* Add X86 instruction printer support for printing MCValue operands.Daniel Dunbar2009-08-14
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-14
* Add MCValue::{print, dump}Daniel Dunbar2009-08-14
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-14
* Indentation change.Evan Cheng2009-08-14
* CMake: updated library dependencies.Oscar Fuentes2009-08-14
* 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