- 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 12 years ago
- 49eb628 moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo by Pedro Artigas · 12 years ago
- f7e7848 Add a getMemorySize() function for DenseSet. by Argyrios Kyrtzidis · 12 years ago
- 7eafc3e Add a new hook for providing register allocator hints more flexibly. by Jakob Stoklund Olesen · 12 years ago
- acb8d9f Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion. by Argyrios Kyrtzidis · 12 years ago
- 9127be8 Add 'getInt64Field()' method to get the signed integer instead of unsigned. by Bill Wendling · 12 years ago
- b0dcf61 ASan: add blacklist file to ASan pass options. Clang patch for this will follow. by Alexey Samsonov · 12 years ago
- 255f89f Sort the #include lines for the include/... tree with the script. by Chandler Carruth · 12 years ago
- d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
- 4fe6d03 Remove bugzilla link. by James Molloy · 12 years ago
- 657b75b misched: Fix RegisterPressureTracker handling of DebugVals. by Andrew Trick · 12 years ago
- 08510b1 Replace r168930 with a more reasonable patch. by Bill Wendling · 12 years ago
- 4334dd9 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 12 years ago
- a5bf44b Separate out the tests for whether the compiler suports R-value by Chandler Carruth · 12 years ago
- 58b4553 More strict error checking in parseSpecifier + simplified code. by Patrik Hagglund · 12 years ago
- 67587f4 Add the rest of the experimental fission sections to MC. by Eric Christopher · 12 years ago
- 84bcf93 Move the InstVisitor utility into VMCore where it belongs. It heavily by Chandler Carruth · 12 years ago
- adf0c3d Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION. by Jordan Rose · 12 years ago
- c63ee60 Update comment for malloc being a library call now, rather than an instruction. by Dan Gohman · 12 years ago
- 4b896dd copyFastMathFlags utility and test case by Michael Ilseman · 12 years ago
- 3363483 Whitespace. by Chad Rosier · 12 years ago
- a04d6c9 Fix 80-column violations. by Chad Rosier · 12 years ago
- 84fca61 rdar://12100355 (part 1) by Shuxin Yang · 12 years ago
- 596e474 Fix a memory leak in MachOObjectFile. by Jim Grosbach · 12 years ago
- ee54827 Add options to AddressSanitizer passes to make them configurable by frontend. by Alexey Samsonov · 12 years ago
- 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 12 years ago
- 3d20025 Allow targets to prefer TypeSplitVector over TypePromoteInteger when computing the legalization method for vectors by Justin Holewinski · 12 years ago
- aa4f97d Initial commit of MemorySanitizer. by Evgeniy Stepanov · 12 years ago
- 39b5c0c Use MCPhysReg for RegisterClassInfo allocation orders. by Jakob Stoklund Olesen · 12 years ago
- e26e8a6 Add an MCPhysReg typedef to replace naked uint16_t. by Jakob Stoklund Olesen · 12 years ago
- 9b7f6f2 Instruction::isAssociative() returns true for fmul/fadd if they are tagged "unsafe" mode. by Shuxin Yang · 12 years ago
- 9992bf7 Fast-math: Extend IRBuilder to have settable FastMathFlags to create instructions with by Michael Ilseman · 12 years ago
- 0d38424 Fast-math comments and convenience method by Michael Ilseman · 12 years ago
- 1ead68d Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 12 years ago
- 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
- 1416edc [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow. by Kostya Serebryany · 12 years ago
- 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
- 8b1496c misched: Analysis that partitions the DAG into subtrees. by Andrew Trick · 12 years ago
- 53e98a2 misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics. by Andrew Trick · 12 years ago
- 6acb531 Add brief support for the fission .debug_info.dwo section for ELF output. by Eric Christopher · 12 years ago
- 915e46f Rearrange ordering of sections. by Eric Christopher · 12 years ago
- 43e1d7a Move and comment accessor routines. by Eric Christopher · 12 years ago
- a9fa4fd Remove all references to TargetInstrInfoImpl. by Jakob Stoklund Olesen · 12 years ago
- fa2d986 Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class. by Jakob Stoklund Olesen · 12 years ago
- 8213068 Fix comment formatting in RuntimeDyld.h by Andrew Kaylor · 12 years ago
- 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
- 4bfea76 Test commit only modifying comments by Pedro Artigas · 12 years ago
- 34a9d4b This patch implements medium code model support for 64-bit PowerPC. by Bill Schmidt · 12 years ago
- efd08d4 Remove the dependent libraries feature. by Bill Wendling · 12 years ago
- af87dae Make PrintReg constructor explicit to prevent weird implicit conversions from accidentally being triggered. by Craig Topper · 12 years ago
- a823f18 llvm/CodeGen: Remove empty files in r168659. by NAKAMURA Takumi · 12 years ago
- af65035 Remove unused MachineLoopRanges analysis. by Jakub Staszak · 12 years ago
- 9780d35 Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model". by Owen Anderson · 12 years ago
- eb61c92 Fast-math optimization: fold multiply by zero by Michael Ilseman · 12 years ago
- 495d10a Fast-math flags for the bitcode by Michael Ilseman · 12 years ago
- 125fc7f Fast-math interfaces for Instructions by Michael Ilseman · 12 years ago
- ab4649b Fast-math flags added to FPMathOperator. by Michael Ilseman · 12 years ago
- 0d30d30 Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 12 years ago
- ed9e442 Decouple MCInstBuilder from the streamer per Eli's request. by Benjamin Kramer · 12 years ago
- 391271f Add MCInstBuilder, a utility class to simplify MCInst creation similar to MachineInstrBuilder. by Benjamin Kramer · 12 years ago
- 170a15e Code Custodian: by Joe Abbey · 12 years ago
- f4f14f6 Add support for .cfi_register now that it is easy to extent the representation by Rafael Espindola · 12 years ago
- 14a708b Further cleanups. Thanks for Sean Silva for noticing it. by Rafael Espindola · 12 years ago
- 7279809 Add an extra slash so doxygen comments will be properly recognized. by Craig Topper · 12 years ago
- 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 12 years ago
- ff233c9 Change the representation of MCCFIInstruction. by Rafael Espindola · 12 years ago
- 7f74d2c Give each MCCFIInstruction its own opcode. by Rafael Espindola · 12 years ago
- 529a01d Move a bit of duplicated code into a helper function. by Rafael Espindola · 12 years ago
- 28c9ea3 Refactor how MCCFIInstructions are created. by Rafael Espindola · 12 years ago
- c8fec7e Implement .cfi_undefined. Based on a patch from PaX team, updated by by Rafael Espindola · 12 years ago
- f284aef Remove unused parameter Penalty from the BoundsChecking pass. by Joey Gouly · 12 years ago
- 6098c6b Add more functions to the target library information. by Meador Inge · 12 years ago
- e390434 Add relocations used for mips big GOT. by Akira Hatanaka · 12 years ago
- d6f0489 test commit: added a few comments by Preston Briggs · 12 years ago
- 7372a7d removes a few "const" qualifiers by Sebastian Pop · 12 years ago
- ecf7e97 Remove some dead code. by Eric Christopher · 12 years ago
- 638d2d7 Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the by Chandler Carruth · 12 years ago
- 310f248 Fix physical register liveness calculations: by Tim Northover · 12 years ago
- 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
- 5f214ae 80-column and whitespace fixups. by Eric Christopher · 12 years ago
- 525398e Allow using MemoryBuffers with yaml::Stream directly. by Sean Silva · 12 years ago
- c4639d6 Remove a function argument and propagate const around accordingly. by Eric Christopher · 12 years ago
- 1fcbb8f Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context. by NAKAMURA Takumi · 12 years ago
- 28f872f Clean up handling of always-inline functions in the inliner. by Bob Wilson · 12 years ago
- 593423f Some comment fixes. by Bob Wilson · 12 years ago
- ab58391 Typo by James Molloy · 12 years ago
- b9478c2 Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user by James Molloy · 12 years ago
- 5094c0c Add constant definitions for fission dwarf attributes, forms, etc. by Eric Christopher · 12 years ago
- fc53651 Remove default public copy ctors. by Benjamin Kramer · 12 years ago
- 4d7f70c Remove trailing spaces. by Jakub Staszak · 12 years ago
- d522754 typo by Andrew Trick · 12 years ago
- 1358841 Work around a layering violation from Target to CodeGen. by Benjamin Kramer · 12 years ago
- dc7f174 Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. by Duncan Sands · 12 years ago
- 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
- 407a616 Remove trailing whitespace by Michael Ilseman · 12 years ago
- 4823be3 [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false by Chad Rosier · 12 years ago
- 009cf9e Fix indeterminism in MI scheduler DAG construction. by Sergei Larin · 12 years ago
- 79c07d2 Use empty parens for empty function parameter list instead of '(void)'. by Dmitri Gribenko · 12 years ago
- b983f5d Do not handle void types in DataLayout. Patch by Patrick Hägglund. by Duncan Sands · 12 years ago
- 1839858 Make GlobalOpt be conservative with TLS variables (PR14309) by Hans Wennborg · 12 years ago