2006-07-07 |
Evan Cheng | X86 target specific DAG combine: turn build_vector...
|
commit | commitdiff | tree |
2006-07-06 |
Evan Cheng | Fixed a typo.
|
commit | commitdiff | tree |
2006-07-06 |
Evan Cheng | Added option -code-model to set code model (only used...
|
commit | commitdiff | tree |
2006-07-05 |
Evan Cheng | Reorg. No functionality change.
|
commit | commitdiff | tree |
2006-07-05 |
Evan Cheng | Update test case.
|
commit | commitdiff | tree |
2006-07-05 |
Evan Cheng | Fix JIT on non MacOS X i386 systems.
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Ugly hack! Add helper functions InsertInFlightSetEntry and
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Should just use xorps to clear XMM registers for all...
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Let X86CompilationCallback pass previous frame and...
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Added -disable-cbe to disable C backend testing.
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Add shift and rotate by 1 instructions / patterns.
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Always use xorps to clear XMM registers.
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Move .literal4 and .literal8 support into AsmPrinter.cpp
|
commit | commitdiff | tree |
2006-06-29 |
Evan Cheng | Add support to print 4-, 8-, and 16- byte constant...
|
commit | commitdiff | tree |
2006-06-28 |
Evan Cheng | Doh.
|
commit | commitdiff | tree |
2006-06-28 |
Evan Cheng | Oops. Need to keep CP index.
|
commit | commitdiff | tree |
2006-06-28 |
Evan Cheng | Darwin puts float and double literal constants into...
|
commit | commitdiff | tree |
2006-06-28 |
Evan Cheng | Allow EmitConstantPool to be redefined by derived classes.
|
commit | commitdiff | tree |
2006-06-27 |
Evan Cheng | Remove dead code.
|
commit | commitdiff | tree |
2006-06-27 |
Evan Cheng | Fix -extraflags
|
commit | commitdiff | tree |
2006-06-24 |
Evan Cheng | Simplify X86CompilationCallback: always align to 16...
|
commit | commitdiff | tree |
2006-06-23 |
Evan Cheng | Added jump table address relocation.
|
commit | commitdiff | tree |
2006-06-22 |
Evan Cheng | Eliminate unneeded parameter.
|
commit | commitdiff | tree |
2006-06-21 |
Evan Cheng | variable_ops instructions such as call can have any...
|
commit | commitdiff | tree |
2006-06-21 |
Evan Cheng | Fix non-64-bit clean code.
|
commit | commitdiff | tree |
2006-06-20 |
Evan Cheng | Added --with-extra-options=opts to specify additional...
|
commit | commitdiff | tree |
2006-06-20 |
Evan Cheng | __i386__, __i386, etc. are not defined for x86-64....
|
commit | commitdiff | tree |
2006-06-20 |
Evan Cheng | Allow LLVM to be built with extra options.
|
commit | commitdiff | tree |
2006-06-20 |
Evan Cheng | Rename EXTRA_FLAGS to EXTRA_OPTIONS.
|
commit | commitdiff | tree |
2006-06-19 |
Evan Cheng | Minor clean up.
|
commit | commitdiff | tree |
2006-06-17 |
Evan Cheng | Clean up
|
commit | commitdiff | tree |
2006-06-17 |
Evan Cheng | A new entry.
|
commit | commitdiff | tree |
2006-06-16 |
Evan Cheng | Later models likely to have Yonah like attributes.
|
commit | commitdiff | tree |
2006-06-16 |
Evan Cheng | Add missing casts. This fixed some regressions.
|
commit | commitdiff | tree |
2006-06-16 |
Evan Cheng | More libcall transformations:
|
commit | commitdiff | tree |
2006-06-16 |
Evan Cheng | Simplify fprintf(file, "%s", str) to fputs(str, file).
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Vector extract / insert index operand should have ptr...
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Type of extract_element index operand should be iPTR.
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Type of vector extract / insert index operand should...
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Consistency. EXTRACT_ELEMENT index operand should have...
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Assert. Rather than silently stop printing.
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Avoid undesirable behavior when assert is not enabled.
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Instructions with variable operands (variable_ops)...
|
commit | commitdiff | tree |
2006-06-15 |
Evan Cheng | Allow more use of iPTR in patterns.
|
commit | commitdiff | tree |
2006-06-14 |
Evan Cheng | X86 call instructions can take variable number of operands...
|
commit | commitdiff | tree |
2006-06-14 |
Evan Cheng | Added support for variable_ops.
|
commit | commitdiff | tree |
2006-06-14 |
Evan Cheng | Fix support for optional input flag.
|
commit | commitdiff | tree |
2006-06-14 |
Evan Cheng | Add argument registers to the end of call operand list...
|
commit | commitdiff | tree |
2006-06-13 |
Evan Cheng | getOperandNum(): error if specified operand number...
|
commit | commitdiff | tree |
2006-06-13 |
Evan Cheng | Cygwin support: use _alloca to allocate stack if >...
|
commit | commitdiff | tree |
2006-06-11 |
Evan Cheng | Back out Owen's 6/9 changes. They broke MultiSource...
|
commit | commitdiff | tree |
2006-06-09 |
Evan Cheng | Don't pull in environ, not always safe. Global variables...
|
commit | commitdiff | tree |
2006-06-09 |
Evan Cheng | Comments to appease sabre.
|
commit | commitdiff | tree |
2006-06-09 |
Evan Cheng | Minor compilation speed improvement.
|
commit | commitdiff | tree |
2006-06-09 |
Evan Cheng | RewriteExpr, either the new PHI node of induction variable...
|
commit | commitdiff | tree |
2006-06-07 |
Evan Cheng | Add -extraflags FLAGS to pass extra compilation options.
|
commit | commitdiff | tree |
2006-06-06 |
Evan Cheng | Added X86FunctionInfo subclass of MachineFunction to...
|
commit | commitdiff | tree |
2006-06-04 |
Evan Cheng | A few new entries.
|
commit | commitdiff | tree |
2006-06-04 |
Evan Cheng | Be consistent with gcc.
|
commit | commitdiff | tree |
2006-06-02 |
Evan Cheng | Cygwin support. Patch by Anton Korobeynikov!
|
commit | commitdiff | tree |
2006-06-02 |
Evan Cheng | Use xor to clear a register.
|
commit | commitdiff | tree |
2006-06-02 |
Evan Cheng | Incorrect AT&T opcode.
|
commit | commitdiff | tree |
2006-06-01 |
Evan Cheng | Typos
|
commit | commitdiff | tree |
2006-06-01 |
Evan Cheng | Remove a warning
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Sign extender
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Rename instructions for consistency sake.
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | commuteInstruction() does not always create a new MI!
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Eliminate a memory leak.
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | visitVBinOp: Can't fold divide by zero!
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Remove dead code.
|
commit | commitdiff | tree |
2006-05-31 |
Evan Cheng | Update vector extract test cases.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | A new entry
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | MAXP{D|S} and MINP{D|S} are commutable.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Commute shufps / shufpd.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Somehow I lost a condition when I was shuffling some...
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Fix a build breaker.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Oops. PSHUFD is only available with SSE2.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Added a test case for parameter passing of vector values.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Fix the test failure on non-Darwin targets.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Allow shufps x, x, mask to be converted to pshufd x...
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Remove bogus comment.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Make sure the register pressure reduction schedulers...
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | When a priority_queue is empty, the behavior of top...
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Add a note about integer multiplication by constants.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | A addressing mode folding enhancement:
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Add a lea instruction selection test case.
|
commit | commitdiff | tree |
2006-05-30 |
Evan Cheng | Some new entries about truncate / anyext
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Make CALL node consistent with RET node. Signness of...
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Change RET node to include signness information of...
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Change RET node to include signness information of...
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Vector argument must be passed in memory location aligned...
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Mac OS X ABI document lied. The first four XMM registers...
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Minor update to make the code more clear
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Update more comments.
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Fix some comments.
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | No need to handle illegal types.
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Remove a couple of bogus casts.
|
commit | commitdiff | tree |
2006-05-26 |
Evan Cheng | Remove a bogus cast.
|
commit | commitdiff | tree |
next |