| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -10/+10 |
* | Remove the dependent libraries feature. | Bill Wendling | 2012-11-27 | 1 | -15/+0 |
* | Fast-math flags for LLVM IR parsing and printing | Michael Ilseman | 2012-11-27 | 1 | -0/+16 |
* | Remove trailing whitespace | Michael Ilseman | 2012-11-15 | 1 | -2/+2 |
* | Special calling conventions for Intel OpenCL built-in library. | Elena Demikhovsky | 2012-10-24 | 1 | -0/+1 |
* | Use method to query for attributes. | Bill Wendling | 2012-10-04 | 1 | -9/+9 |
* | Make the 'getAsString' function a method of the Attributes class. | Bill Wendling | 2012-09-20 | 1 | -9/+9 |
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 2012-09-15 | 1 | -4/+4 |
* | Unify the emission of the calling conventions into a single function to reduc... | Micah Villmow | 2012-09-13 | 1 | -42/+27 |
* | When calling print directly on a global (eg from the debugger) it | Duncan Sands | 2012-09-12 | 1 | -3/+3 |
* | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier | 2012-09-05 | 1 | -2/+3 |
* | [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute. | Chad Rosier | 2012-09-05 | 1 | -0/+2 |
* | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 2012-08-17 | 1 | -3/+3 |
* | Move the "findUsedStructTypes" functionality outside of the Module class. | Bill Wendling | 2012-08-03 | 1 | -2/+3 |
* | MSVC's implementation of isalnum will assert on characters > 255, so we need ... | Aaron Ballman | 2012-07-16 | 1 | -1/+5 |
* | Use the DebugInfo's 'print()' method to emit the comments. | Bill Wendling | 2012-07-03 | 1 | -3/+5 |
* | Use the interface through DIDescriptor to get the tag/version for a debug info | Bill Wendling | 2012-06-28 | 1 | -9/+11 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -1/+21 |
* | Add half support to LLVM (for OpenCL) | Tobias Grosser | 2012-05-24 | 1 | -9/+16 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -1/+1 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -4/+4 |
* | VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier. | NAKAMURA Takumi | 2012-02-16 | 1 | -1/+3 |
* | VMCore/AsmWriter.cpp: Use APFloat instead of atof(3). | NAKAMURA Takumi | 2012-02-16 | 1 | -1/+1 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -19/+10 |
* | Update llvm debug version to support new structure and tag for Objective-C pr... | Devang Patel | 2012-02-04 | 1 | -1/+1 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -3/+2 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -10/+19 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -19/+10 |
* | fix asmwriting of ConstantDataArray to use the right element count, | Chris Lattner | 2012-01-31 | 1 | -22/+18 |
* | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner | 2012-01-26 | 1 | -9/+38 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -2/+0 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -19/+24 |
* | Add dump method for debugging. | Bill Wendling | 2011-12-09 | 1 | -0/+3 |
* | Don't print two 0x prefixes when printing an address. | Benjamin Kramer | 2011-11-02 | 1 | -1/+1 |
* | Tracing or debug-printing a newly formed instruction should not crash. | Andrew Trick | 2011-09-30 | 1 | -1/+2 |
* | whitespace | Andrew Trick | 2011-09-30 | 1 | -38/+38 |
* | Clean up uses of switch instructions so they are not dependent on the operand... | Eli Friedman | 2011-09-29 | 1 | -6/+8 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 1 | -10/+12 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+18 |
* | switch to the new struct apis. | Chris Lattner | 2011-08-12 | 1 | -3/+3 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -10/+20 |
* | fix PR10286, a problem with the .ll printer handling block addresses that are... | Chris Lattner | 2011-08-03 | 1 | -11/+20 |
* | Add braces. | Jay Foad | 2011-08-01 | 1 | -1/+2 |
* | Simplify printAlias. | Jay Foad | 2011-08-01 | 1 | -21/+2 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -30/+0 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+25 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+30 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+25 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | Remove mentions of type planes. | Jay Foad | 2011-07-11 | 1 | -4/+4 |