| Commit message (Expand) | Author | Age | Files | Lines |
* | AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit to | Manman Ren | 2012-09-13 | 1 | -11/+46 |
* | mips16: When copying operands in a conditional branch instruction, allow for | Akira Hatanaka | 2012-09-13 | 1 | -3/+9 |
* | Revert r163761 "Don't fold indexed loads into TCRETURNmi64." | Jakob Stoklund Olesen | 2012-09-13 | 4 | -74/+2 |
* | MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac... | Benjamin Kramer | 2012-09-13 | 2 | -3/+27 |
* | Fix an 80 char line limit. | Nadav Rotem | 2012-09-13 | 1 | -1/+2 |
* | Rename the flag which protects from escaped allocas, which may come from bugs... | Nadav Rotem | 2012-09-13 | 1 | -5/+12 |
* | The current implementation does not allow more than 32 types to be properly h... | Micah Villmow | 2012-09-13 | 1 | -4/+8 |
* | Unify the emission of the calling conventions into a single function to reduc... | Micah Villmow | 2012-09-13 | 1 | -42/+27 |
* | This patch introduces A15 as a target in LLVM. | Silviu Baranga | 2012-09-13 | 10 | -30/+47 |
* | Fix a dagcombine optimization. The optimization attempts to optimize a bitcas... | Nadav Rotem | 2012-09-13 | 2 | -1/+23 |
* | Fix a typo. | Nadav Rotem | 2012-09-13 | 1 | -1/+1 |
* | Use Nick's suggestion of storing a large NULL into the GV instead of memset, ... | Bill Wendling | 2012-09-13 | 1 | -18/+10 |
* | Stack Coloring: We have code that checks that all of the uses of allocas | Nadav Rotem | 2012-09-13 | 2 | -5/+41 |
* | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-13 | 17 | -221/+222 |
* | Fix a doxygen issue: these examples are supposed to be displayed preformatted. | Dmitri Gribenko | 2012-09-13 | 1 | -43/+66 |
* | Fix function name in comment. | Craig Topper | 2012-09-13 | 1 | -1/+1 |
* | Fix typo in comment. | Nick Lewycky | 2012-09-13 | 1 | -1/+1 |
* | Add a new compression type to ModRM table that detects when the memory modRM ... | Craig Topper | 2012-09-13 | 3 | -2/+24 |
* | MCJIT: relocation addends encoded in the target aren't quite so easy. | Jim Grosbach | 2012-09-13 | 1 | -1/+6 |
* | MCJIT: Make sure to mask off non-type-field bits. | Jim Grosbach | 2012-09-13 | 1 | -1/+1 |
* | MCJIT: Pass the i386 MachO relocation type properly. | Jim Grosbach | 2012-09-13 | 1 | -1/+1 |
* | Don't fold indexed loads into TCRETURNmi64. | Jakob Stoklund Olesen | 2012-09-13 | 4 | -2/+74 |
* | Introduce the __llvm_gcov_flush function. | Bill Wendling | 2012-09-13 | 1 | -6/+56 |
* | Recommit, with fixes: | Eric Christopher | 2012-09-12 | 7 | -2/+140 |
* | Misc. | Akira Hatanaka | 2012-09-12 | 1 | -3/+6 |
* | Fix PR11985 | Michael Liao | 2012-09-12 | 15 | -35/+86 |
* | Detect overflow in the path count computation. rdar://12277446. | Dan Gohman | 2012-09-12 | 2 | -0/+342 |
* | Remove an overly-aggressive assertion. The code following this assertion alr... | Owen Anderson | 2012-09-12 | 1 | -2/+0 |
* | Delete dead code. | Jakob Stoklund Olesen | 2012-09-12 | 2 | -47/+0 |
* | Revert "Add some support for dealing with an object pointer on arguments." | Eric Christopher | 2012-09-12 | 7 | -130/+1 |
* | [ms-inline asm] Make the operand size directives case insensitive. | Chad Rosier | 2012-09-12 | 1 | -8/+9 |
* | TableGen: Convert an assert() to a proper diagnostic. | Jim Grosbach | 2012-09-12 | 1 | -1/+3 |
* | PGO: preserve branch-weight metadata when removing a case which jumps | Manman Ren | 2012-09-12 | 2 | -1/+55 |
* | Fix a couple of Doxygen comment issues pointed out by -Wdocumentation. | Dmitri Gribenko | 2012-09-12 | 6 | -57/+58 |
* | Enable exceptions handling on PPC64 now that cr misaligned spilling | Roman Divacky | 2012-09-12 | 1 | -2/+1 |
* | Suppress the warnings about unused parameters in changeColor() | Alexander Potapenko | 2012-09-12 | 1 | -0/+3 |
* | This patch corrects logic in PPCFrameLowering for save and restore of ... | Roman Divacky | 2012-09-12 | 5 | -74/+326 |
* | Add support for AMD Geode. | Roman Divacky | 2012-09-12 | 2 | -0/+2 |
* | Fix constant folding through bitcasts by no longer relying on undefined behav... | Kristof Beyls | 2012-09-12 | 2 | -2/+12 |
* | Add a flag to disable the code that looks for allocas which escaped the lifet... | Nadav Rotem | 2012-09-12 | 1 | -6/+18 |
* | Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal... | James Molloy | 2012-09-12 | 2 | -0/+96 |
* | Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ... | James Molloy | 2012-09-12 | 3 | -7/+91 |
* | When calling print directly on a global (eg from the debugger) it | Duncan Sands | 2012-09-12 | 1 | -3/+3 |
* | Enable stack-coloring, in hope that the recent fixes will enable correct drag... | Nadav Rotem | 2012-09-12 | 1 | -1/+1 |
* | Make findLastUseBefore handle reg-unit liveness. | Lang Hames | 2012-09-12 | 1 | -8/+29 |
* | Indentation fixes. No functional change. | Craig Topper | 2012-09-12 | 1 | -8/+8 |
* | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 22 | -30/+30 |
* | Stack coloring: remove lifetime intervals which contain escaped allocas. | Nadav Rotem | 2012-09-12 | 2 | -3/+74 |
* | Add some support for dealing with an object pointer on arguments. | Eric Christopher | 2012-09-12 | 7 | -1/+130 |
* | Improve tblgen code cleanliness: create an unknown_class, from which the unkn... | Owen Anderson | 2012-09-11 | 3 | -4/+5 |