| Commit message (Expand) | Author | Age | Files | Lines |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 7 | -14/+49 |
* | fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, | Chris Lattner | 2011-04-09 | 2 | -0/+19 |
* | Fix potential buffer overflow on win32. | Benjamin Kramer | 2011-04-09 | 1 | -12/+9 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 1 | -8/+6 |
* | Make error message more useful. | Benjamin Kramer | 2011-04-09 | 1 | -2/+2 |
* | Add back a couple checks removed by r129128; the fact that an intitializer | Eli Friedman | 2011-04-09 | 1 | -4/+6 |
* | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner | 2011-04-09 | 1 | -1/+5 |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 1 | -3/+18 |
* | Avoid excess precision issues that lead to generating host-compiler-specific ... | Chris Lattner | 2011-04-09 | 1 | -2/+6 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 1 | -0/+4 |
* | regexes are allowed to match empty things, e.g. {{.*}} in filecheck. | Chris Lattner | 2011-04-09 | 1 | -1/+1 |
* | Build the Hopfield network incrementally when splitting global live ranges. | Jakob Stoklund Olesen | 2011-04-09 | 6 | -84/+176 |
* | Precompute interference for neighbor blocks as long as there is no interference. | Jakob Stoklund Olesen | 2011-04-09 | 2 | -22/+37 |
* | have dag combine zap "store undef", which can be formed during call lowering | Chris Lattner | 2011-04-09 | 1 | -2/+8 |
* | Redirected errors from the AsmParser to the proper | Sean Callanan | 2011-04-09 | 1 | -0/+10 |
* | Simplify array bound checks and clarify comments. One element array can have... | Devang Patel | 2011-04-08 | 1 | -10/+7 |
* | Add a function for profiling to run at shutdown. Unlike the existing API, this | Nick Lewycky | 2011-04-08 | 2 | -3/+40 |
* | Fix an apparent typo that made GCC complain | Matt Beaumont-Gay | 2011-04-08 | 1 | -1/+1 |
* | Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. | Devang Patel | 2011-04-08 | 1 | -3/+15 |
* | Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is... | Evan Cheng | 2011-04-08 | 3 | -25/+27 |
* | Workaround g++ 4.2.1 warning diagnostic false positive. | Jim Grosbach | 2011-04-08 | 1 | -2/+2 |
* | Check opcoe (dmb, dsb) instead of bitfields matching. | Johnny Chen | 2011-04-08 | 1 | -12/+1 |
* | Hanlde the checking of bad regs for SMMLAR properly, instead of asserting. | Johnny Chen | 2011-04-08 | 1 | -9/+10 |
* | Sanity check the option operand for DMB/DSB. | Johnny Chen | 2011-04-08 | 2 | -8/+29 |
* | Mark hasExtraDefRegAllocReq=1 on LDRD. | Jim Grosbach | 2011-04-08 | 1 | -1/+5 |
* | Refactor MCJIT 32-bit section loading. | Jim Grosbach | 2011-04-08 | 2 | -82/+67 |
* | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky | 2011-04-08 | 4 | -37/+33 |
* | Add sanity checking for bad register specifier(s) for the DPFrm instructions. | Johnny Chen | 2011-04-08 | 1 | -0/+30 |
* | Micro optimization and improved similarity with gas' output: | Rafael Espindola | 2011-04-07 | 1 | -10/+38 |
* | Do not let debug info interfer with branch folding. | Devang Patel | 2011-04-07 | 1 | -0/+6 |
* | Replace the old algorithm that emitted the "print the alias for an instruction" | Bill Wendling | 2011-04-07 | 4 | -5/+22 |
* | Add option to emit @llvm.trap as a function call instead of a trap instructio... | Evan Cheng | 2011-04-07 | 1 | -1/+23 |
* | Add support for .skip. | Rafael Espindola | 2011-04-07 | 1 | -1/+1 |
* | Fix indentation. | Akira Hatanaka | 2011-04-07 | 1 | -2/+2 |
* | Update ATUsed every time after expandRegLargeImmPair is called. | Akira Hatanaka | 2011-04-07 | 1 | -4/+8 |
* | Fixed encoding for VEXTqf | Mon P Wang | 2011-04-07 | 1 | -2/+2 |
* | Added a check in the preRA scheduler for potential interference on a | Andrew Trick | 2011-04-07 | 3 | -4/+107 |
* | Fix handling of functions with internal linkage. | Akira Hatanaka | 2011-04-07 | 1 | -8/+27 |
* | Add sanity checking for invalid register encodings for signed/unsigned extend... | Johnny Chen | 2011-04-07 | 1 | -0/+5 |
* | Add sanity checking for invalid register encodings for saturating instructions. | Johnny Chen | 2011-04-07 | 1 | -0/+5 |
* | Recompute hasPHIKill flags when shrinking live intervals. | Jakob Stoklund Olesen | 2011-04-07 | 1 | -1/+3 |
* | Add some more comments about checkings of invalid register numbers. | Johnny Chen | 2011-04-07 | 1 | -0/+5 |
* | Expose more passes to the C API. | Rafael Espindola | 2011-04-07 | 1 | -0/+16 |
* | Avoid moving iterators when the previous block was just visited. | Jakob Stoklund Olesen | 2011-04-07 | 1 | -8/+13 |
* | Prefer multiplications to divisions. | Jakob Stoklund Olesen | 2011-04-07 | 1 | -7/+13 |
* | Extract SpillPlacement::addLinks for handling the special transparent blocks. | Jakob Stoklund Olesen | 2011-04-07 | 3 | -37/+49 |
* | While hoisting common code from if/else, hoist debug info intrinsics if they ... | Devang Patel | 2011-04-07 | 1 | -8/+18 |
* | Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector... | Tanya Lattner | 2011-04-07 | 1 | -0/+6 |
* | Fixed a bug where missing EDInstInfo would cause | Sean Callanan | 2011-04-07 | 1 | -0/+3 |
* | Sanity check MSRi for invalid mask values and reject it as invalid. | Johnny Chen | 2011-04-07 | 1 | -0/+5 |