aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-12-03Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen
2012-12-03Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis
2012-12-03Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling
2012-12-03ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-12-01Remove bugzilla link.James Molloy
2012-12-01misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick
2012-11-30Replace r168930 with a more reasonable patch.Bill Wendling
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-30Separate out the tests for whether the compiler suports R-valueChandler Carruth
2012-11-30More strict error checking in parseSpecifier + simplified code.Patrik Hagglund
2012-11-30Add the rest of the experimental fission sections to MC.Eric Christopher
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2012-11-30Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose
2012-11-29Update comment for malloc being a library call now, rather than an instruction.Dan Gohman
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman
2012-11-29Whitespace.Chad Rosier
2012-11-29Fix 80-column violations.Chad Rosier
2012-11-29rdar://12100355 (part 1)Shuxin Yang
2012-11-29Fix a memory leak in MachOObjectFile.Jim Grosbach
2012-11-29Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-29Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski
2012-11-29Initial commit of MemorySanitizer.Evgeniy Stepanov
2012-11-29Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen
2012-11-29Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen
2012-11-29Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang
2012-11-28Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman
2012-11-28Fast-math comments and convenience methodMichael Ilseman
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-28[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling
2012-11-28misched: Analysis that partitions the DAG into subtrees.Andrew Trick
2012-11-28misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick
2012-11-28Add brief support for the fission .debug_info.dwo section forEric Christopher
2012-11-28Rearrange ordering of sections.Eric Christopher
2012-11-28Move and comment accessor routines.Eric Christopher
2012-11-28Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen
2012-11-28Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen
2012-11-27Fix comment formatting in RuntimeDyld.hAndrew Kaylor
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Test commit only modifying commentsPedro Artigas
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper
2012-11-27llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi
2012-11-27Remove unused MachineLoopRanges analysis.Jakub Staszak
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson