aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Directly access objects which may change during compilation.Bill Wendling2013-06-174-16/+31
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-174-7/+13
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-172-0/+9
* Delete declared but not implemented functions.Rafael Espindola2013-06-171-38/+0
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-171-524/+0
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-171-1/+10
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-162-20/+0
* MachineOperand::setIsDebug should ensure the register is /not/ a definitionDavid Blaikie2013-06-161-1/+1
* Put back variable names because they are referenced in the documentationDmitri Gribenko2013-06-161-2/+6
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-151-2/+6
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-151-0/+1
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-157-94/+51
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-151-0/+1
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-19/+4
* Add getSelect helper functionMatt Arsenault2013-06-141-0/+14
* Add GetCurrentDirectory back.Rafael Espindola2013-06-141-0/+5
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-142-7/+3
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-0/+6
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-141-10/+8
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-141-0/+3
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-10/+0
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-141-0/+1
* Move #include from .h to .cpp file.Jakub Staszak2013-06-141-1/+0
* Remove forward declaration of MachineBasicBlock. It is #included anyway.Jakub Staszak2013-06-131-1/+0
* #include <climits> instead of <limits.h> in C++ header file.Jakub Staszak2013-06-131-1/+1
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-131-0/+1
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-131-0/+1
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-131-0/+26
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-7/+2
* Add a RemoveFileOnSignal that takes a StringRef.Rafael Espindola2013-06-131-0/+4
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-3/+2
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-17/+10
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-0/+5
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-1/+1
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-132-4/+16
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-131-27/+12
* Add a version of DisplayGraph that takes a StringRef.Rafael Espindola2013-06-131-0/+6
* Remove the program class.Rafael Espindola2013-06-121-118/+41
* Add global versions of some Program static methods.Rafael Espindola2013-06-121-0/+19
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-1/+4
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-121-7/+0
* Remove Path::getMagicNumber.Rafael Espindola2013-06-121-8/+0
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-121-9/+0
* Remove Path::isAbsolute.Rafael Espindola2013-06-121-7/+0
* Remove Path::isAbsolute().Rafael Espindola2013-06-121-7/+0
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-122-7/+11
* Remove Path::getSuffix.Rafael Espindola2013-06-121-8/+1
* Remove sys::CopyFile.Rafael Espindola2013-06-121-6/+0
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-121-2/+0
* Remove the old file memory mapping functions.Rafael Espindola2013-06-121-23/+0