summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* R600: Don't try to fix reg class when copying IMPLICIT_DEF to a registerTom Stellard2013-06-13
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-13
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Mips: Remove global set.Benjamin Kramer2013-06-13
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-13
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-13
* Update code for other graph viewing programs too.Rafael Espindola2013-06-13
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-13
* Add a version of DisplayGraph that takes a StringRef.Rafael Espindola2013-06-13
* ARM: fix B decodingAmaury de la Vieuville2013-06-13
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-13
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-13
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-13
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-13
* X86: Make the cmov aliases work with intel syntax too.Benjamin Kramer2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* Zero-initializing variables; fixes a build breakage introduced in r183864.Aaron Ballman2013-06-13
* Print ConstantPool entries initialized to Values with WriteAsOperand instead ofDan Gohman2013-06-12
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-12
* s/Void/void.Rafael Espindola2013-06-12
* Attempt at fixing the windows build.Rafael Espindola2013-06-12
* Remove the program class.Rafael Espindola2013-06-12
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-12
* Add global versions of some Program static methods.Rafael Espindola2013-06-12
* [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.Bill Schmidt2013-06-12
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-12
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Always remove an alias when we rename the target.Rafael Espindola2013-06-12
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-12
* Convert test to FileCheck.Rafael Espindola2013-06-12
* Don't use PathV1 in CommandLine.cpp.Rafael Espindola2013-06-12
* Add artificial PRED_BAD to PPC::Predicate enumeration.Bill Schmidt2013-06-12
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-12
* [PowerPC] Use assembler source in MC testsUlrich Weigand2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-12
* Update Release Process docRenato Golin2013-06-12
* Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED toPatrik Hagglund2013-06-12
* [yaml2obj] Remove fragile test case.Sean Silva2013-06-12
* 80-colsSean Silva2013-06-12