| Commit message (Expand) | Author | Age | Files | Lines |
* | Link with -rdynamic instead of -Wl,-export-dynamic. | Bob Wilson | 2013-08-02 | 2 | -2/+2 |
* | Teach EmitGEPOffset about address spaces | Matt Arsenault | 2013-08-02 | 1 | -12/+14 |
* | Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to | Eric Christopher | 2013-08-02 | 1 | -7/+6 |
* | Use function attributes to indicate that we don't want to realign the stack. | Bill Wendling | 2013-08-01 | 2 | -11/+1 |
* | Expose that the unique file ID has a device and a file component. | Rafael Espindola | 2013-08-01 | 1 | -4/+10 |
* | Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ... | Daniel Malea | 2013-08-01 | 1 | -2/+20 |
* | Debug Info Finder|Verifier: handle DbgLoc attached to instructions. | Manman Ren | 2013-08-01 | 1 | -6/+7 |
* | remove executable permission from IntrinsicsXCore.td | Robert Lytton | 2013-08-01 | 1 | -0/+0 |
* | Moving definition of MnemonicContainsDot field from class Instruction to clas... | Vladimir Medic | 2013-08-01 | 1 | -3/+3 |
* | AArch64: add initial NEON support | Tim Northover | 2013-08-01 | 2 | -0/+42 |
* | XCore target: add GCCBuiltin to four intrinsics | Robert Lytton | 2013-08-01 | 1 | -4/+8 |
* | Formatting. | Eric Christopher | 2013-08-01 | 1 | -2/+2 |
* | Option parsing: add support for alias arguments. | Hans Wennborg | 2013-07-31 | 3 | -0/+13 |
* | Make these just inline, not static inline. | Eric Christopher | 2013-07-30 | 1 | -4/+4 |
* | Revert "Remove isCastable since nothing uses it now" | Matt Arsenault | 2013-07-30 | 1 | -5/+11 |
* | Remove isCastable since nothing uses it now | Matt Arsenault | 2013-07-30 | 1 | -11/+5 |
* | Change behavior of calling bitcasted alias functions. | Matt Arsenault | 2013-07-30 | 1 | -6/+12 |
* | Down-scale slot index distance to save bits. | Andrew Trick | 2013-07-30 | 1 | -0/+7 |
* | whitespace | Andrew Trick | 2013-07-30 | 1 | -2/+2 |
* | MI Sched: Track live-thru registers. | Andrew Trick | 2013-07-30 | 1 | -3/+34 |
* | Fix parameter ordering bug in createDebugIRPass() | Daniel Malea | 2013-07-30 | 1 | -3/+3 |
* | Make file_status::getUniqueID const. | Rafael Espindola | 2013-07-29 | 1 | -1/+1 |
* | Include st_dev to make the result of getUniqueID actually unique. | Rafael Espindola | 2013-07-29 | 1 | -3/+14 |
* | Use proper section suffix for COFF weak symbols | Nico Rieck | 2013-07-29 | 1 | -2/+3 |
* | Add support for the 's' operation to llvm-ar. | Rafael Espindola | 2013-07-29 | 1 | -0/+2 |
* | Fix -Wdocumentation warnings. | Rafael Espindola | 2013-07-28 | 1 | -2/+2 |
* | Update comments for SSAUpdater to use the modern doxygen comment | Chandler Carruth | 2013-07-28 | 1 | -47/+57 |
* | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 2013-07-28 | 1 | -1/+1 |
* | Thread DataLayout through the callers and into mem2reg. This will be | Chandler Carruth | 2013-07-28 | 1 | -2/+3 |
* | [APFloat] Removed nextafter from missing operations since it is implemented i... | Michael Gottesman | 2013-07-27 | 1 | -1/+1 |
* | Reimplement isPotentiallyReachable to make nocapture deduction much stronger. | Nick Lewycky | 2013-07-27 | 2 | -22/+69 |
* | SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond... | Tom Stellard | 2013-07-27 | 4 | -3/+11 |
* | Use a non-c'tor for converting a boolean into a StringRef. | Bill Wendling | 2013-07-26 | 1 | -4/+4 |
* | Remove trailing whitespace. | Stephen Lin | 2013-07-26 | 1 | -2/+2 |
* | Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ... | Stephen Lin | 2013-07-26 | 1 | -1/+8 |
* | Re-add DataLayout pointer size convenience functions. | Matt Arsenault | 2013-07-26 | 1 | -0/+12 |
* | Regenerate. | Eric Christopher | 2013-07-26 | 1 | -6/+39 |
* | Add a way to get the context of any particular scope. | Eric Christopher | 2013-07-26 | 1 | -0/+3 |
* | Remove dead or useless header checks from cmake and autoconf | Reid Kleckner | 2013-07-26 | 4 | -171/+0 |
* | Make .bc en/decoding of AttrKind stable | Tobias Grosser | 2013-07-26 | 1 | -0/+41 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 2 | -1/+3 |
* | Add a bool->StringRef c'tor to StringRef. | Bill Wendling | 2013-07-25 | 1 | -0/+4 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 3 | -37/+1 |
* | Add a way to add a kind-value string pair to an attribute. | Bill Wendling | 2013-07-25 | 2 | -0/+7 |
* | Fix a comment cut-&-pasto. | Richard Sandiford | 2013-07-25 | 1 | -1/+1 |
* | MI Sched: Register pressure heuristics. | Andrew Trick | 2013-07-25 | 1 | -0/+4 |
* | Respect llvm.used in Internalize. | Rafael Espindola | 2013-07-25 | 1 | -0/+8 |
* | Make these methods const correct. | Rafael Espindola | 2013-07-25 | 1 | -3/+10 |
* | Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. | Bill Wendling | 2013-07-25 | 2 | -12/+1 |
* | Add helpful accessor methods to get the specified function attribute. | Bill Wendling | 2013-07-24 | 1 | -11/+14 |