2010-06-17 |
Nate Begeman | Modify tablegen to support generating all NEON code...
|
commit | commitdiff | tree |
2010-06-15 |
Nate Begeman | Make VC++ happy
|
commit | commitdiff | tree |
2010-06-14 |
Nate Begeman | Add the last of the SemaChecking-gen code.
|
commit | commitdiff | tree |
2010-06-13 |
Nate Begeman | Add a helping of comments
|
commit | commitdiff | tree |
2010-06-12 |
Nate Begeman | Add generic vector support for bitselect & element...
|
commit | commitdiff | tree |
2010-06-10 |
Nate Begeman | Add support for polynomial type, for polynomial multiply
|
commit | commitdiff | tree |
2010-06-10 |
Nate Begeman | NEON support for _lane ops, and multiplies by scalar.
|
commit | commitdiff | tree |
2010-06-09 |
Nate Begeman | Further refine types for operations which take scalars.
|
commit | commitdiff | tree |
2010-06-09 |
Nate Begeman | Specialize I-Class instructions better so that we have...
|
commit | commitdiff | tree |
2010-06-09 |
Nate Begeman | Handle instructions which need to be #defines for the...
|
commit | commitdiff | tree |
2010-06-08 |
Nate Begeman | Fix a valgrind error.
|
commit | commitdiff | tree |
2010-06-08 |
Nate Begeman | Refine BuiltinsARM.def types a bit, we should do a...
|
commit | commitdiff | tree |
2010-06-08 |
Nate Begeman | ARM NEON:
|
commit | commitdiff | tree |
2010-06-07 |
Nate Begeman | clang codegen support
|
commit | commitdiff | tree |
2010-06-04 |
Nate Begeman | Handle multi-vector returns and args.
|
commit | commitdiff | tree |
2010-06-04 |
Nate Begeman | Additional fixes to BuiltinsARM.def generator, on to...
|
commit | commitdiff | tree |
2010-06-04 |
Nate Begeman | Progress on generating BuiltinsARM.def, still some...
|
commit | commitdiff | tree |
2010-06-04 |
Nate Begeman | BuiltinsARM.def emitter, still needs a substantial...
|
commit | commitdiff | tree |
2010-06-04 |
Nate Begeman | Mangle __builtin_neon_* names appropriately.
|
commit | commitdiff | tree |
2010-06-03 |
Nate Begeman | Add some additional capabilities to the neon emitter
|
commit | commitdiff | tree |
2010-06-03 |
Nate Begeman | arm_neon.h now makes it through clang and generates...
|
commit | commitdiff | tree |
2010-06-02 |
Nate Begeman | arm_neon.h emitter now mostly complete for the purposes...
|
commit | commitdiff | tree |
2010-06-02 |
Nate Begeman | Checkpoint; handle 'int' and 'void' correctly
|
commit | commitdiff | tree |
2010-06-02 |
Nate Begeman | Emit full function prototypes. Definitions & typedefs...
|
commit | commitdiff | tree |
2010-06-02 |
Nate Begeman | Checkpoint arm_neon.h generation with tablegen
|
commit | commitdiff | tree |
2010-05-28 |
Nate Begeman | Comment out some code in prep for actual .td file checkpoint.
|
commit | commitdiff | tree |
2010-05-28 |
Nate Begeman | Add support to tablegen for auto-generating arm_neon...
|
commit | commitdiff | tree |
2010-03-24 |
Nate Begeman | Per chris's request, add some comments.
|
commit | commitdiff | tree |
2010-03-24 |
Nate Begeman | BUILD_VECTOR was missing out on some prime opportunities...
|
commit | commitdiff | tree |
2010-03-11 |
Nate Begeman | Whoops this already existed.
|
commit | commitdiff | tree |
2010-03-11 |
Nate Begeman | Add a handful of additional useful pass manager things...
|
commit | commitdiff | tree |
2010-02-12 |
Nate Begeman | Add a missing pattern for movhps so that we get:
|
commit | commitdiff | tree |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype...
|
commit | commitdiff | tree |
2010-01-19 |
Nate Begeman | Remove this fixme, looking at the linker source, all...
|
commit | commitdiff | tree |
2010-01-17 |
Nate Begeman | Add a note for the macho streamer and remove a used...
|
commit | commitdiff | tree |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an...
|
commit | commitdiff | tree |
2009-12-03 |
Nate Begeman | Don't pull vector sext through both hands of a logical...
|
commit | commitdiff | tree |
2009-11-07 |
Nate Begeman | x86 vector shuffle cleanup/fixes:
|
commit | commitdiff | tree |
2009-11-03 |
Nate Begeman | Add a couple more target nodes
|
commit | commitdiff | tree |
2009-11-03 |
Nate Begeman | Declare sin & cos as readonly so they match the code...
|
commit | commitdiff | tree |
2009-10-19 |
Nate Begeman | PR 5245 - The imediate size target flag was not set...
|
commit | commitdiff | tree |
2009-10-19 |
Nate Begeman | Add support for matching shuffle patterns with palignr.
|
commit | commitdiff | tree |
2009-10-12 |
Nate Begeman | More heuristics for Combiner-AA. Still catches all...
|
commit | commitdiff | tree |
2009-09-25 |
Nate Begeman | Fix combiner-aa issue with bases which are different...
|
commit | commitdiff | tree |
2009-09-16 |
Nate Begeman | Do not try and sink a load whose chain result has more...
|
commit | commitdiff | tree |
2009-09-15 |
Nate Begeman | Do not add the SVOffset to the Node CSE ID. The same...
|
commit | commitdiff | tree |
2009-09-15 |
Nate Begeman | Better solution for tracking both the original alignment...
|
commit | commitdiff | tree |
2009-09-15 |
Nate Begeman | Remove incorrect CSE code from r81813.
|
commit | commitdiff | tree |
2009-09-15 |
Nate Begeman | Substantially speed up combiner-aa in the following...
|
commit | commitdiff | tree |
2009-09-15 |
Nate Begeman | Teach the legalizer to propagate the original alignment...
|
commit | commitdiff | tree |
2009-09-15 |
Nate Begeman | Add an "original alignment" field to load and store...
|
commit | commitdiff | tree |
2009-07-30 |
Nate Begeman | Typo
|
commit | commitdiff | tree |
2009-06-05 |
Nate Begeman | Adapt the x86 build_vector dagcombine to the current...
|
commit | commitdiff | tree |
2009-04-29 |
Nate Begeman | Fix infinite recursion in the C++ code which handles...
|
commit | commitdiff | tree |
2009-04-29 |
Nate Begeman | Update comment, replace theoretically impossible check...
|
commit | commitdiff | tree |
2009-04-29 |
Nate Begeman | Implement review feedback for vector shuffle work.
|
commit | commitdiff | tree |
2009-04-27 |
Nate Begeman | Revert accidental testcase reduction
|
commit | commitdiff | tree |
2009-04-27 |
Nate Begeman | 2nd attempt, fixing SSE4.1 issues and implementing...
|
commit | commitdiff | tree |
2009-04-24 |
Nate Begeman | PR2957
|
commit | commitdiff | tree |
2009-03-19 |
Nate Begeman | Add support to tablegen for naming the nodes themselves...
|
commit | commitdiff | tree |
2009-03-11 |
Nate Begeman | Allow cross-process JIT to handle MachineRelocations...
|
commit | commitdiff | tree |
2009-03-07 |
Nate Begeman | Finish cross-process JIT work, and clean up previous...
|
commit | commitdiff | tree |
2009-03-05 |
Nate Begeman | When allocating stubs, keep track of which Functions...
|
commit | commitdiff | tree |
2009-03-04 |
Nate Begeman | Fix a thinko in the JIT where the address of a GV was...
|
commit | commitdiff | tree |
2009-03-02 |
Nate Begeman | Fix the calculation for how big the allocated stub...
|
commit | commitdiff | tree |
2009-03-01 |
Nate Begeman | Fix a problem with DAGCombine on 64b targets where...
|
commit | commitdiff | tree |
2009-02-23 |
Nate Begeman | Make this test use darwin targe triple, to avoid stack...
|
commit | commitdiff | tree |
2009-02-23 |
Nate Begeman | Generate better code for v8i16 shuffles on SSE2
|
commit | commitdiff | tree |
2009-02-18 |
Nate Begeman | Add support to the JIT for true non-lazy operation...
|
commit | commitdiff | tree |
2009-02-12 |
Nate Begeman | Add suppport for ConstantExprs of shufflevectors whose...
|
commit | commitdiff | tree |
2009-02-11 |
Nate Begeman | the two non-mask arguments to a shufflevector must...
|
commit | commitdiff | tree |
2009-02-04 |
Nate Begeman | Remove now-incorrect test.
|
commit | commitdiff | tree |
2009-02-04 |
Nate Begeman | New feature: add support for target intrinsics being...
|
commit | commitdiff | tree |
2009-01-26 |
Nate Begeman | Fix a typo
|
commit | commitdiff | tree |
2009-01-26 |
Nate Begeman | De-identifying per sabre review
|
commit | commitdiff | tree |
2009-01-26 |
Nate Begeman | Add some documentation for address-space-based access...
|
commit | commitdiff | tree |
2009-01-26 |
Nate Begeman | Map address space 256 to gs; similar mappings could...
|
commit | commitdiff | tree |
2009-01-26 |
Nate Begeman | Support pattern matching various x86 sse shifts.
|
commit | commitdiff | tree |
2009-01-24 |
Nate Begeman | Fix an indent and a typo.
|
commit | commitdiff | tree |
2009-01-23 |
Nate Begeman | Add support for deleting a module provider from a JIT...
|
commit | commitdiff | tree |
2008-10-29 |
Nate Begeman | Fix PEXTRQ encoding
|
commit | commitdiff | tree |
2008-08-11 |
Nate Begeman | Implement ISD::TRAP support on PPC
|
commit | commitdiff | tree |
2008-07-29 |
Nate Begeman | Fix broken CellSPU lowering, re-instate braces in Legalize
|
commit | commitdiff | tree |
2008-07-29 |
Nate Begeman | Disable a fix in the previous patch, since it breaks...
|
commit | commitdiff | tree |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman.
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Fix test RUN line
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Remove unnecessary implicit argument
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Fix minor issues with VICmp/VFCmp constant expressions
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Fit in 80 cols
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Allow verifier to be run on partially materialized...
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Add predicate for GhostLinkage, used by the JIT
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Remove dead PatLeaf; there are a number of issues around...
|
commit | commitdiff | tree |
2008-07-25 |
Nate Begeman | Tab removal
|
commit | commitdiff | tree |
2008-07-17 |
Nate Begeman | Remove unnecessary readme entry
|
commit | commitdiff | tree |
2008-07-17 |
Nate Begeman | Fix a typo in last commit
|
commit | commitdiff | tree |
2008-07-17 |
Nate Begeman | SSE codegen for vsetcc nodes
|
commit | commitdiff | tree |
2008-05-28 |
Nate Begeman | Update some comments noticed in a recent checkin
|
commit | commitdiff | tree |
2008-05-28 |
Nate Begeman | Don't attempt to create VZEXT_LOAD out of an extload...
|
commit | commitdiff | tree |
2008-05-21 |
Nate Begeman | Fix a couple issues with the JIT and multiple modules:
|
commit | commitdiff | tree |
next |