summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* 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
* [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
* [LCG] Make the iterator move constructable (and thus movable in general)Chandler Carruth2014-03-10
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [LCG] One more formatting fix that I failed to get into the priorChandler Carruth2014-03-10
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* [PM] Cleanup formatting and namespace commenting. Mostly done withChandler Carruth2014-03-10
* [PM] As Dave noticed in review, I had erroneously copied the moveChandler Carruth2014-03-10
* [PM] Add a comment I missed and add the special members to one moreChandler Carruth2014-03-10
* [PM] Comment on all of the totally pointless definitions of specialChandler Carruth2014-03-10
* [PM] I have been educated by several folks that MSVC will neverChandler Carruth2014-03-10
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-09
* [C++11] Add range views for various parts of a Module.Chandler Carruth2014-03-09
* Change documentation based on feedback from Chandler.Ahmed Charles2014-03-09
* [C++11] Now that we have C++11 and I've replaced the use of thisChandler Carruth2014-03-09
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-03-09