aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-12-05Added RegisterPressureTracker::dump() for debugging.Andrew Trick
2012-12-05Comment formatting.Andrew Trick
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Remove bundling from the MCAssembler interfaceDavid Sehr
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Remove a URL from codeEli Bendersky
2012-12-04Revert the LOCALMODs implementing Nacl for the legacy JITEli Bendersky
2012-12-04Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky
2012-12-04Fix comment typo.Duncan Sands
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-04Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren
2012-12-04Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen
2012-12-04Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen
2012-12-04Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen
2012-12-04Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren
2012-12-03Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen
2012-12-03minor renaming, documentation and cleanups.Nadav Rotem
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis
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-29PNaCl: Add ExpandTls pass for expanding out static TLS variablesMark Seaborn
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-29Add isOSNaCl, and add Asm subclasses for NaClDavid Sehr
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