summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-05
* Comment formatting.Andrew Trick2012-12-05
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-04
* Remove a URL from codeEli Bendersky2012-12-04
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-04
* Fix comment typo.Duncan Sands2012-12-04
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-04
* Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling2012-12-04
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-04
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-04
* Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen2012-12-04
* Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen2012-12-04
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-04
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-04
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-03
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-03
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-03
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-03
* Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis2012-12-03
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-03
* Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis2012-12-03
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-03
* ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov2012-12-03
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove bugzilla link.James Molloy2012-12-01
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-01
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Separate out the tests for whether the compiler suports R-valueChandler Carruth2012-11-30
* More strict error checking in parseSpecifier + simplified code.Patrik Hagglund2012-11-30
* Add the rest of the experimental fission sections to MC.Eric Christopher2012-11-30
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose2012-11-30
* Update comment for malloc being a library call now, rather than an instruction.Dan Gohman2012-11-29
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-29
* Whitespace.Chad Rosier2012-11-29
* Fix 80-column violations.Chad Rosier2012-11-29
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-29
* Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov2012-11-29
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-29
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-29
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-29
* Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman2012-11-28