summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Fast-math comments and convenience methodMichael Ilseman2012-11-28
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-28
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-28
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-28
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-28
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-28
* Rearrange ordering of sections.Eric Christopher2012-11-28
* Move and comment accessor routines.Eric Christopher2012-11-28
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-28
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-27
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27
* Test commit only modifying commentsPedro Artigas2012-11-27
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-27
* llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi2012-11-27
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-27
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Fast-math optimization: fold multiply by zeroMichael Ilseman2012-11-27
* Fast-math flags for the bitcodeMichael Ilseman2012-11-27
* Fast-math interfaces for InstructionsMichael Ilseman2012-11-27
* Fast-math flags added to FPMathOperator.Michael Ilseman2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* Code Custodian:Joe Abbey2012-11-25