summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-19
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Add a can_write function to PathV2.Rafael Espindola2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-06-18
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-18
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-18
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...Chris Lattner2013-06-18
* Directly access objects which may change during compilation.Bill Wendling2013-06-17
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Delete declared but not implemented functions.Rafael Espindola2013-06-17
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-17
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* MachineOperand::setIsDebug should ensure the register is /not/ a definitionDavid Blaikie2013-06-16
* Put back variable names because they are referenced in the documentationDmitri Gribenko2013-06-16
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-15
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Add getSelect helper functionMatt Arsenault2013-06-14
* Add GetCurrentDirectory back.Rafael Espindola2013-06-14
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-14
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-14
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-14
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-14
* Move #include from .h to .cpp file.Jakub Staszak2013-06-14
* Remove forward declaration of MachineBasicBlock. It is #included anyway.Jakub Staszak2013-06-13
* #include <climits> instead of <limits.h> in C++ header file.Jakub Staszak2013-06-13
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-13
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-13
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-13
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Add a RemoveFileOnSignal that takes a StringRef.Rafael Espindola2013-06-13
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-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
* Remove the program class.Rafael Espindola2013-06-12