projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.
[oota-llvm.git]
/
lib
/
Target
/
2007-04-18
Dan Gohman
Fix the spelling of the prefetchnta instruction.
tree
|
commitdiff
2007-04-17
Evan Cheng
Oops. Didn't mean to check in a quick hack.
tree
|
commitdiff
2007-04-17
Chris Lattner
dag combiner just got better at pruning bits. This...
tree
|
commitdiff
2007-04-17
Evan Cheng
Change getAllocatableSet() so it returns allocatable...
tree
|
commitdiff
2007-04-17
Anton Korobeynikov
Add comment
tree
|
commitdiff
2007-04-17
Chris Lattner
add a note
tree
|
commitdiff
2007-04-17
Chris Lattner
rename X86FunctionInfo to X86MachineFunctionInfo to...
tree
|
commitdiff
2007-04-17
Anton Korobeynikov
Implemented correct stack probing on mingw/cygwin for...
tree
|
commitdiff
2007-04-17
Andrew Lenharth
Use this nifty Constraints thing and fix the inverted...
tree
|
commitdiff
2007-04-17
Chris Lattner
SSE4 is apparently public now.
tree
|
commitdiff
2007-04-16
Jeff Cohen
In the event that some really old non-Intel or -AMD...
tree
|
commitdiff
2007-04-16
Jeff Cohen
Before assuming that the original code didn't work...
tree
|
commitdiff
2007-04-16
Anton Korobeynikov
Removed tabs everywhere except autogenerated & external...
tree
|
commitdiff
2007-04-16
Reid Spencer
For PR1336:
tree
|
commitdiff
2007-04-14
Chris Lattner
add a note
tree
|
commitdiff
2007-04-13
Jeff Cohen
Silence VC++ warning.
tree
|
commitdiff
2007-04-13
Chris Lattner
arm has r+r*s and r+i addr modes, but no r+i+r*s addr...
tree
|
commitdiff
2007-04-12
Reid Spencer
Implement review feedback .. don't double search a...
tree
|
commitdiff
2007-04-12
Reid Spencer
Provide support for intrinsics that lower themselves...
tree
|
commitdiff
2007-04-12
Lauro Ramos Venancio
Implement Thread Local Storage (TLS) in CBackend.
tree
|
commitdiff
2007-04-12
Chris Lattner
Fix mmx paddq, add support for the 'y' register class...
tree
|
commitdiff
2007-04-11
Chris Lattner
Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
tree
|
commitdiff
2007-04-11
Chris Lattner
Fix incorrect fall-throughs in addr mode code. This...
tree
|
commitdiff
2007-04-11
Chris Lattner
done
tree
|
commitdiff
2007-04-11
Reid Spencer
For PR1146:
tree
|
commitdiff
2007-04-10
Bill Wendling
Add support for our first SSSE3 instruction "pmulhrsw".
tree
|
commitdiff
2007-04-10
Chris Lattner
new micro optzn
tree
|
commitdiff
2007-04-10
Chris Lattner
restore support for negative strides
tree
|
commitdiff
2007-04-09
Chris Lattner
remove dead target hooks
tree
|
commitdiff
2007-04-09
Chris Lattner
remove some dead hooks
tree
|
commitdiff
2007-04-09
Chris Lattner
remove some dead target hooks, subsumed by isLegalAddre...
tree
|
commitdiff
2007-04-09
Chris Lattner
Fix a bug in PPCTargetLowering::isLegalAddressingMode...
tree
|
commitdiff
2007-04-09
Jeff Cohen
When the number of elements is zero, don't malloc 32GB...
tree
|
commitdiff
2007-04-09
Reid Spencer
For PR1146:
tree
|
commitdiff
2007-04-09
Chris Lattner
move a bunch of register constraints from being handled by
tree
|
commitdiff
2007-04-09
Chris Lattner
implement support for CodeGen/X86/inline-asm-x-scalar...
tree
|
commitdiff
2007-04-09
Chris Lattner
implement CodeGen/X86/inline-asm-x-scalar.ll
tree
|
commitdiff
2007-04-04
Reid Spencer
Squelch a warning about mismatch between sign of consta...
tree
|
commitdiff
2007-04-04
Evan Cheng
Implement inline asm modifier P.
tree
|
commitdiff
2007-04-04
Evan Cheng
Typo.
tree
|
commitdiff
2007-04-03
Bill Wendling
Adding more MMX instructions.
tree
|
commitdiff
2007-04-03
Chris Lattner
make a new missing features section
tree
|
commitdiff
2007-04-03
Evan Cheng
Remove unused constant pool entries.
tree
|
commitdiff
2007-04-03
Bill Wendling
Updated
tree
|
commitdiff
2007-04-03
Evan Cheng
Fixed a bug that causes codegen of noop like add r0...
tree
|
commitdiff
2007-04-03
Nicolas Geoffray
Starting implementation of the ELF32 ABI specification...
tree
|
commitdiff
2007-04-03
Nicolas Geoffray
The PPC64 ELF ABI is "intended to use the same structur...
tree
|
commitdiff
2007-04-03
Nicolas Geoffray
Addition to the previous commit for getCalleeSavedRegCl...
tree
|
commitdiff
2007-04-03
Nicolas Geoffray
The ELF ABI specifies F1-F8 registers as argument regis...
tree
|
commitdiff
2007-04-03
Evan Cheng
Inverted logic.
tree
|
commitdiff
2007-04-03
Bill Wendling
Changed to new MMX_ recipes.
tree
|
commitdiff
2007-04-03
Bill Wendling
Add FEMMS and ADDQ. Renamed MMX recipes to prepend...
tree
|
commitdiff
2007-04-03
Chris Lattner
Arm supports negative strides as well, add them. This...
tree
|
commitdiff
2007-04-02
Dale Johannesen
fix off by 1 error in displacement computation
tree
|
commitdiff
2007-04-02
Chris Lattner
fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
tree
|
commitdiff
2007-04-02
Chris Lattner
add support for the 'w' inline asm register class.
tree
|
commitdiff
2007-04-02
Chris Lattner
Fix a bug which caused us to never be able to use signe...
tree
|
commitdiff
2007-04-02
Lauro Ramos Venancio
- Divides the comparisons in two types: comparisons...
tree
|
commitdiff
2007-04-01
Chris Lattner
fix breakage from last night, simplify code.
tree
|
commitdiff
2007-04-01
Evan Cheng
Add i16 address mode.
tree
|
commitdiff
2007-03-31
Andrew Lenharth
Readme
tree
|
commitdiff
2007-03-31
Anton Korobeynikov
Consistency with native compilers
tree
|
commitdiff
2007-03-31
Bill Wendling
Fix comment.
tree
|
commitdiff
2007-03-31
Chris Lattner
add a note
tree
|
commitdiff
2007-03-31
Bill Wendling
Match GCC's MMX calling convention.
tree
|
commitdiff
2007-03-30
Chris Lattner
implement the new addressing mode description hook.
tree
|
commitdiff
2007-03-30
Bill Wendling
Add MMX calling conventions.
tree
|
commitdiff
2007-03-29
Evan Cheng
New entry.
tree
|
commitdiff
2007-03-29
Evan Cheng
Can't re-materialize mov r, imm in thumb since mov...
tree
|
commitdiff
2007-03-29
Jeff Cohen
MS C does have inlining after all, just uses _inline...
tree
|
commitdiff
2007-03-29
Evan Cheng
Add support for hidden visibility to darwin/arm.
tree
|
commitdiff
2007-03-28
Jeff Cohen
Fix C Backend to generate code that works with Microsof...
tree
|
commitdiff
2007-03-28
Bill Wendling
Made this into a bug report: PR1286
tree
|
commitdiff
2007-03-28
Anton Korobeynikov
Oops :)
tree
|
commitdiff
2007-03-28
Anton Korobeynikov
Don't allow MatchAddress recurse too much. This trims...
tree
|
commitdiff
2007-03-28
Chris Lattner
add a note
tree
|
commitdiff
2007-03-28
Chris Lattner
Compile CodeGen/X86/lea-3.ll:test2 to:
tree
|
commitdiff
2007-03-28
Chris Lattner
Dan pointed out that this is done, remove it!
tree
|
commitdiff
2007-03-28
Scott Michel
First test check-in.
tree
|
commitdiff
2007-03-28
Evan Cheng
Remove isLegalAddressImmediate.
tree
|
commitdiff
2007-03-28
Bill Wendling
Remove cruft I put in there...
tree
|
commitdiff
2007-03-28
Chris Lattner
Fix a problem building llvm-gcc on amd64-unknown-freebs...
tree
|
commitdiff
2007-03-28
Bill Wendling
Unbreak mmx arithmetic. It was barfing trying to do...
tree
|
commitdiff
2007-03-27
Bill Wendling
Add the "unpack low packed data" instructions. This...
tree
|
commitdiff
2007-03-27
Bill Wendling
Fix so that pandn is emitted instead of an xor/and...
tree
|
commitdiff
2007-03-27
Lauro Ramos Venancio
"The C standards do say that "char" may either be a...
tree
|
commitdiff
2007-03-27
Lauro Ramos Venancio
bugfix: sometimes the spiller puts a load between the...
tree
|
commitdiff
2007-03-26
Evan Cheng
findRegisterUseOperand() changed.
tree
|
commitdiff
2007-03-26
Bill Wendling
Promote to v1i64 type...
tree
|
commitdiff
2007-03-26
Bill Wendling
Updated.
tree
|
commitdiff
2007-03-26
Bill Wendling
Add support for the v1i64 type. This makes better code...
tree
|
commitdiff
2007-03-25
Anton Korobeynikov
Fix authorship
tree
|
commitdiff
2007-03-25
Chris Lattner
add a note
tree
|
commitdiff
2007-03-25
Chris Lattner
add a note
tree
|
commitdiff
2007-03-25
Chris Lattner
Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll
tree
|
commitdiff
2007-03-25
Chris Lattner
switch TargetLowering::getConstraintType to take the...
tree
|
commitdiff
2007-03-25
Chris Lattner
Allow the b/h/w/k constraints to be applied to values...
tree
|
commitdiff
2007-03-25
Chris Lattner
enforce the proper range for the i386 N constraint.
tree
|
commitdiff
2007-03-25
Chris Lattner
Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
tree
|
commitdiff
2007-03-24
Chris Lattner
add a bad case evan though of.
tree
|
commitdiff
next