summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Mips] Add one more MIPS relocation type constant.Simon Atanasyan2014-03-14
* Revert r203883 (which was more of a bandaid) and fix the real underlyingOwen Anderson2014-03-14
* static link polly into toolsSebastian Pop2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Extract the DWARF line table header handling into its own typeDavid Blaikie2014-03-13
* Fix a subtle issue introduced my my recent changes to MachineRegisterInfo ite...Owen Anderson2014-03-13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)Hans Wennborg2014-03-13
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* AVX-512: masked load/store + intrinsics for them.Elena Demikhovsky2014-03-13
* [PM] As was pointed out in review, I need to define a custom swap inChandler Carruth2014-03-13
* [PM] Stop playing fast and loose with rebinding of references. HoweverChandler Carruth2014-03-13
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-13
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-12
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* Profile: Avoid an unnecessary __attribute__((packed))Justin Bogner2014-03-12
* Profile: Remove an inefficient and unnecessary API functionJustin Bogner2014-03-12
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-12
* Profile: Add a library for the instrumentation based profiling formatJustin Bogner2014-03-12
* Revert r203488 and r203520.Evan Cheng2014-03-12
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* Move duplicated code into a helper function (exposed through overload).Eli Bendersky2014-03-12
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-12
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)David Blaikie2014-03-11
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-11
* Remove dead code.Rafael Espindola2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Fix fixme: remove unused method.Erik Verbruggen2014-03-11
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* Add helpers for getting scalar sizes of vector value types.Matt Arsenault2014-03-11
* Test commit: Remove trailing whitespace.Manuel Jacob2014-03-10
* Fix a couple typos.Mark Lacey2014-03-10
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-10
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* Removing llvm::distance and llvm::copy for iterator_range based on post-commi...Aaron Ballman2014-03-10
* [LCG] Make this call graph a fully regular type by giving it assignmentChandler Carruth2014-03-10