aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-134-1/+5
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-135-8/+212
* Try to fix the windows build.Rafael Espindola2013-06-131-1/+1
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-139-23/+25
* Add a RemoveFileOnSignal that takes a StringRef.Rafael Espindola2013-06-131-0/+4
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-135-10/+13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-139-65/+58
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-1310-34/+31
* R600: Don't try to fix reg class when copying IMPLICIT_DEF to a registerTom Stellard2013-06-131-1/+2
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-132-0/+28
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-133-3/+35
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-136-27/+27
* Mips: Remove global set.Benjamin Kramer2013-06-132-57/+68
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-134-11/+45
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-131-3/+3
* Update code for other graph viewing programs too.Rafael Espindola2013-06-131-3/+3
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-132-49/+52
* Add a version of DisplayGraph that takes a StringRef.Rafael Espindola2013-06-131-0/+6
* ARM: fix B decodingAmaury de la Vieuville2013-06-132-1/+3
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-132-1/+5
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-132-11/+11
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-131-1/+2
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-131-47/+47
* X86: Make the cmov aliases work with intel syntax too.Benjamin Kramer2013-06-132-21/+54
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-133-40/+27
* Zero-initializing variables; fixes a build breakage introduced in r183864.Aaron Ballman2013-06-131-2/+2
* Print ConstantPool entries initialized to Values with WriteAsOperand instead ofDan Gohman2013-06-121-1/+2
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-121-3/+3
* s/Void/void.Rafael Espindola2013-06-121-1/+1
* Attempt at fixing the windows build.Rafael Espindola2013-06-121-34/+35
* Remove the program class.Rafael Espindola2013-06-1212-184/+99
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-122-3/+2
* Add global versions of some Program static methods.Rafael Espindola2013-06-121-0/+19
* [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.Bill Schmidt2013-06-121-2/+1
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-122-2/+3
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-128-52/+201
* Always remove an alias when we rename the target.Rafael Espindola2013-06-122-4/+13
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-122-29/+32
* Convert test to FileCheck.Rafael Espindola2013-06-121-9/+17
* Don't use PathV1 in CommandLine.cpp.Rafael Espindola2013-06-121-22/+10
* Add artificial PRED_BAD to PPC::Predicate enumeration.Bill Schmidt2013-06-121-1/+2
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-123-17/+4
* Remove Path::getMagicNumber.Rafael Espindola2013-06-123-47/+0
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-122-16/+0
* Remove Path::isAbsolute.Rafael Espindola2013-06-123-33/+0
* Remove Path::isAbsolute().Rafael Espindola2013-06-123-29/+0
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-127-40/+38
* Remove Path::getSuffix.Rafael Espindola2013-06-123-41/+1
* Remove sys::CopyFile.Rafael Espindola2013-06-123-64/+0
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-122-3/+0