aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen2012-12-041-3/+0
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-041-3/+1
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-041-24/+4
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-031-0/+5
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-031-1/+1
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-32/+26
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-035-35/+21
* Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis2012-12-031-0/+1
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-031-0/+21
* Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis2012-12-032-16/+32
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-031-0/+1
* ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov2012-12-031-2/+5
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03178-317/+302
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-037-2/+10
* Remove bugzilla link.James Molloy2012-12-011-2/+1
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-011-1/+6
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-301-0/+4
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-3011-32/+32
* Separate out the tests for whether the compiler suports R-valueChandler Carruth2012-11-302-3/+15
* More strict error checking in parseSpecifier + simplified code.Patrik Hagglund2012-11-301-3/+3
* Add the rest of the experimental fission sections to MC.Eric Christopher2012-11-301-1/+16
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-302-4/+4
* Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose2012-11-302-2/+17
* Update comment for malloc being a library call now, rather than an instruction.Dan Gohman2012-11-291-2/+2
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-291-0/+3
* Whitespace.Chad Rosier2012-11-291-1/+1
* Fix 80-column violations.Chad Rosier2012-11-291-6/+6
* rdar://12100355 (part 1)Shuxin Yang2012-11-292-1/+18
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-291-2/+2
* Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov2012-11-291-2/+4
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-293-10/+5
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-291-0/+5
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-292-0/+3
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-291-3/+3
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-292-13/+17
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-291-1/+1
* Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman2012-11-281-22/+43
* Fast-math comments and convenience methodMichael Ilseman2012-11-281-0/+6
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-283-0/+543
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-5/+10
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-282-1/+3
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+3
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-281-21/+87
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-281-0/+0
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-281-0/+7
* Rearrange ordering of sections.Eric Christopher2012-11-281-9/+10
* Move and comment accessor routines.Eric Christopher2012-11-281-12/+15
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-281-3/+0
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-281-102/+27
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-271-23/+21