2010-06-09 |
Daniel Dunbar | Workaround SCEV non-determinism on this test, for now... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Duncan Sands | Change another reference to the "indirect callgraph... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Duncan Sands | Output "external node" rather than "Indirect CallGraph... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Eric Christopher | How about ULL... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Kenneth Uildriks | Pulled CodeMetrics out of InlineCost.h and made it... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Kalle Raiskila | Fix SPU to cope with vector insertelement to an undef... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Kalle Raiskila | Handle loading from/storing to undef pointers on SPU... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Nate Begeman | Specialize I-Class instructions better so that we have... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Rafael Espindola | Fix a gcc warning: |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Eli Friedman | A few new x86-64 specific README entries. |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Evan Cheng | Thumb2 IT blocks are fairly expensive. When there are... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Nate Begeman | Handle instructions which need to be #defines for the... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Jakob Stoklund... | Add argument name comments. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Kevin Enderby | Incremental improvement to the handling of the x86... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Eric Christopher | Split out these asserts so it's more apparent why we... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jim Grosbach | fix copy/paste/modify think-o |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Bruno Cardoso... | Reapply r105521, this time appending "LLU" to 64 bit |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Eric Christopher | Ensure that mov and not lea are used to stick the addre... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Makefiles: Teach LLVM's recursive makefile descent... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jim Grosbach | fix typo |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | Use const_iterator where appropriate. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | DeltaAlgorithm: Tweak split to split by first/second... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Daniel Dunbar | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Rafael Espindola | Add more virtual memory to lit. The python in x86-64... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Benjamin Kramer | Use realloc instead of malloc+memcpy when growing a... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Kalle Raiskila | Flag SPU's function call sequence together. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | Fix a valgrind error. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | Refine BuiltinsARM.def types a bit, we should do a... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Bob Wilson | Fix up a comment. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Nate Begeman | ARM NEON: |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Bob Wilson | Further changes for Neon vector shuffles: |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Bob Wilson | Fix a mistake in my previous change r105437: don't... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Add some basic debug output. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Stuart Hastings | Tweak test for debug/metadata change, update to FileChe... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jim Grosbach | Handle dbg_value instructions (i.e., skip them) when... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Nick Lewycky | Plug a leak in the non-error case by removing one level... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jim Grosbach | Cleanup. Process the dbg_values separately |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Fix this test to work under lit. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Run dead type elimination after dead argument elimination. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Make bugpoint dead-argument-hacking actually work,... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Use ->isVoidTy(). |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | The FoldingSet hash data includes pointer values, so... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Optimize this code somewhat by taking advantage of... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Bill Wendling | Another place where the code wanted to access the argum... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Micro-optimize this, to speed up this hotspot in debug... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Micro-optimize this. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jim Grosbach | Move exit check where it really belongs. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Dan Gohman | Optimize ScalarEvolution's SCEVComplexityCompare predic... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Bill Wendling | Create new accessors to get arguments for call/invoke... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Rafael Espindola | Misc cleanups to the gold plugin. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Nate Begeman | clang codegen support |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Kenneth Uildriks | Partial specialization was not checking the callsite... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Duncan Sands | This bug is also present in MSVC10. Requested by Elroo... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Chris Lattner | revert r105521, which is breaking the buildbots with... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Bruno Cardoso... | Initial AVX support for some instructions. No patterns... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Bruno Cardoso... | Teach tablegen to support 'defm' inside multiclasses. |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dan Gohman | Make MachineFunctionPass::createPrinterPass private... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dale Johannesen | Improvements to tail call code. No functional effect |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dan Gohman | getFoldedOffsetOf no longer does anything special with... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dan Gohman | No need to special-case structs here; structs are first... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Stuart Hastings | Revert 105492 & 105493 due to a testcase regression... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dan Gohman | LSR needs to remember inserted instructions even in... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dale Johannesen | Fix some liveout handling related to tail calls, see... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Dan Gohman | Implement operator== and operator!= for SetVector. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Devang Patel | test case for r105504. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Evan Cheng | Re-apply 105308 with fix. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dan Gohman | Don't track users of undef values; they aren't interest... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jim Grosbach | Make if-conversion ignore dbg_value instructions in... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | Handle multi-vector returns and args. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Devang Patel | Update docs to reflect new DISubprogram elements. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Stuart Hastings | Support for nested functions/classes in debug output... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Devang Patel | Copy location info for current function argument from... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | Additional fixes to BuiltinsARM.def generator, on to... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dale Johannesen | More tail call removal. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jim Grosbach | Skip dbg_value instructions when scanning instructions... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dan Gohman | Fix normalization and de-normalization of non-affine... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jakob Stoklund... | Keep track of the call instructions whose clobber lists... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dale Johannesen | More thoroughly disable tails calls by default. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jim Grosbach | Another fix to prevent debug info from affecting codege... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | Progress on generating BuiltinsARM.def, still some... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | BuiltinsARM.def emitter, still needs a substantial... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jim Grosbach | more dbg_value adjustments so debug info doesn't affect... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Mon P Wang | Fixed a bug during widening where we would avoid legali... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dale Johannesen | Remove more tail calls. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dale Johannesen | Remove a tail call, and move some CHECKs to the |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | Mangle __builtin_neon_* names appropriately. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dan Gohman | No need to special-case structs here; structs are first... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jim Grosbach | fix typo |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dan Gohman | This test doesn't need the ssp attribute. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Bob Wilson | For NEON vectors with 32- or 64-bit elements, select... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Dale Johannesen | Remove tail call. A tail call version will follow. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Bob Wilson | Add some missing checks in TwoAddressInstructionPass... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Jim Grosbach | Cleanup 80-column and trim trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Jim Grosbach | Teach the ARM load-store optimizer to deal with dbg_val... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Dale Johannesen | Remove tail call to preserve this test. A tail |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Dale Johannesen | Make this test not use tail calls. A tail call |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Nate Begeman | Add some additional capabilities to the neon emitter |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Rafael Espindola | Add a emit-llvm option to the plugin and make the path... |
commit | commitdiff | tree | snapshot |
next |