2009-12-23 |
Jeffrey Yasskin | Disable JITTest.FunctionIsRecompiledAndRelinked on... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Bill Wendling | Remove node ordering from inline asm nodes. It's not... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Daniel Dunbar | Suppress compiler warning. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Bill Wendling | Remove node ordering from VA nodes. It's not needed. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Eric Christopher | Update docs for bitcode changes. For object size checki... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Bill Wendling | Revert r91949 r91942 and r91936. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Gabor Greif | restore 'make update' functionality by not ignoring... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Bill Wendling | Finish up node ordering in ExpandNode. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jakob Stoklund... | Add coalescer asserts. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jakob Stoklund... | Add a SPR register class to the ARM target. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jeffrey Yasskin | Partially revert r91626. Materializing extra functions... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Assign ordering to nodes created in ExpandNode. Only... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jeffrey Yasskin | Fix a crash in JIT::recompileAndRelinkFunction(). It... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Assign ordering to SDNodes in PromoteNode. Also fixing... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Sean Callanan | Removed the "inline" keyword from the disassembler... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | rename HexDisassembler -> Disassembler, it works on... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | just discard the debug output from the disassembler. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Anton Korobeynikov | Add testcase for PR5703 |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jakob Stoklund... | Remove minimal CFG sanity checks from verifier. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jakob Stoklund... | Allow explicit %reg0 operands beyond what the .td file... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Allow 0 as an order number. Don't assign an order to... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Sean Callanan | Fixes to the X86 disassembler: |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Anton Korobeynikov | Restore snprintf weirdness for VCPP only |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | Fix the Convert to scalar to not insert dead loads... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | fix some fixme's by using twines |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jakob Stoklund... | Use proper move instructions. Make the verifier happy. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bob Wilson | Report an error for bad inline assembly, where the... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Evan Cheng | Remove target attribute break-sse-dep. Instead, do... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Douglas Gregor | Include based on the current path, since we already... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Sanjiv Gupta | While converting one of the operands to a memory operan... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | specify what is invalid about it |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | specify a triple to use, fixing the test on non-x86... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | reject invalid input with a caret, e.g.: |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bob Wilson | Generalize SROA to allow the first index of a GEP to... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | various cleanups, make the disassemble reject lines... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | If you thought that it didn't make sense for the disass... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | rewrite the file parser for the disassembler, implement... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | don't crash on blank lines, rename some variables. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | Implement PR5795 by merging duplicated return blocks... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | don't run GVN at -O1, GCC doesn't do it's equivalent... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | The phi translated pointer can be computed when returni... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Add more plumbing. This time in the LowerArguments... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Sean Callanan | Changed REG_* to MODRM_REG_* to avoid conflicts |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Daniel Dunbar | Fix some may-be-uninitialized var warnings. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | fix unit test that I broke. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Add SDNode ordering to inlined asm and VA functions. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Eric Christopher | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | types don't need atomic inc/dec, they are local to... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Adding more assignment of ordering to SDNodes. This... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Sean Callanan | Fixed library dependencies between the X86 disassembler and |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | avoid calling extractMallocCall when it's obvious we... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | comment fix: weakvh -> tracking vh |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Add ordering of SDNodes to LowerCallTo. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Chris Lattner | print pcrel immediates as signed values instead of... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | Now add ordering to SDNodes created by the massive... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Bill Wendling | To make things interesting, I added MORE code to set... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Lang Hames | Changed slot index ranges for MachineBasicBlocks to... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | Add more plumbing to assign ordering to SDNodes. Have... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Daniel Dunbar | Add suggested parentheses. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | Add a fastpath to Load GVN to special case when we... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | More ordering plumbing. This time for GEP. I need to... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | refactor some code out to a new helper method. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | improve indentation avoid a pointless conversion from... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | Another incremental check-in for assigning ordering... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | Assign ordering to more instructions. Incremental check-in. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | - Add a bit more plumbing assigning an order to SDNodes. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David Greene | Fix a bug in !subst where TableGen would go and resubst... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Anton Korobeynikov | Remove uber-gross hack. The define _snprintf to snprint... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Anton Korobeynikov | Mark FPW as allocable when frame address is taken. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | First wave of plumbing for assigning an ordering to... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Evan Cheng | Delete the instruction just before the function termina... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bill Wendling | Place SDNodeOrdering.h in the directory it's used. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Bob Wilson | Remove special-case SROA optimization of variable index... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Daniel Dunbar | XFAIL these tests on powerpc, under the assumption... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Eric Christopher | Fix setting and default setting of code model for jit... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Eli Friedman | A couple minor README updates. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | improve compatibility with SWIG, patch by James Knight! |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | revert r89298, which was committed without a testcase... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | fix PR5837 by having SSAUpdate reuse phi nodes for the |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | add a helper ctor. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Eli Friedman | Change StringRef::startswith and StringRef::endswith... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | add check lines for min/max tests. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | really convert this to filecheck. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | give instcombine some helper functions for matching... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | enhance x-(-A) -> x+A to preserve NUW/NSW. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | Optimize all cases of "icmp (X+Cst), X" to something... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Lang Hames | Fixed use of phi param in SlotIndex constructors. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Chris Lattner | fix an overly conservative caching issue that caused... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Daniel Dunbar | CMake: Update lib deps. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Chris Lattner | .llx is no more. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Chris Lattner | fix inconsistent use of tabs |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Daniel Dunbar | Remove unused variable (noticed by clang++). |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Daniel Dunbar | #if 0 out X86 disassembler for now, it is breaking... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Sanjiv Gupta | Emit direction operand in binary insns that stores... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Sanjiv Gupta | Adding a bunch of options to the mcc16 driver. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Nuno Lopes | rename dprintf to dbgpritnf, in order to fix build... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Nuno Lopes | fix build and while at it remove a redudant include |
commit | commitdiff | tree | snapshot |
next |