projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-04-04
Reid Spencer
For PR1302:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Chris Lattner
trivial optimization
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Reid Spencer
Appease Chris' pedantic streak.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Reid Spencer
Fix links to intrinsic functions outside LangRef.html
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Reid Spencer
Remove intrinsics that we will not be implementing.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Chris Lattner
use calloc instead of new/memset, it is more efficient
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Chris Lattner
Initialize the symbol table to zero explicitly. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Chris Lattner
Extend StringMap to support being initialized as comple...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Evan Cheng
New asm test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Evan Cheng
Implement inline asm modifier P.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-04
Evan Cheng
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Bill Wendling
Adding more MMX instructions.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
make a new missing features section
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
Remove unused constant pool entries.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Bill Wendling
Updated
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
Fix a bug I introduced with my patch yesterday which...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
greatly reduce hte default size of stringmap.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
move these to FrontendAda
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
testcase for recent bugfix
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
move ada tests
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
Fixed a bug that causes codegen of noop like add r0...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
reinstate the previous two patches, with a bugfix :)
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Nicolas Geoffray
Starting implementation of the ELF32 ABI specification...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Nicolas Geoffray
The PPC64 ELF ABI is "intended to use the same structur...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Nicolas Geoffray
Addition to the previous commit for getCalleeSavedRegCl...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Nicolas Geoffray
The ELF ABI specifies F1-F8 registers as argument regis...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Reid Spencer
Prepare for Subversion migration by implementing a...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
Reverting back to 1.723. The last two commits broke...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
Inverted logic.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Evan Cheng
Bad bad bug. findRegisterUseOperand() returns -1 if...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Bill Wendling
Changed to new MMX_ recipes.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Bill Wendling
Add FEMMS and ADDQ. Renamed MMX recipes to prepend...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
split some code out into a helper function
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
Split a whole ton of code out of visitICmpInst into...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
add missing operator
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
Fix PR1253 and xor2.ll:test[01]
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
new testcase for PR1253
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
add a helper function to constantint.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
Arm supports negative strides as well, add them. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-03
Chris Lattner
new testcase, where we should use a negative stride
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
allow -1 strides to reuse "1" strides.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
Add a regtest for cases we now recognize as rotates...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Scott Michel
1. Insert custom lowering hooks for ISD::ROTR and ISD...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
fix this testcase so it passes
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
fix this testcase on ppc hosts
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Dale Johannesen
fix off by 1 error in displacement computation
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Evan Cheng
Ugh. Copy coalescer does not update register numbers.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
add support for the 'w' inline asm register class.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Devang Patel
Update example notes to clarify system linker's role.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Check for .svn directories too to determine if a debug...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Zhou Sheng
1. Make use of APInt operation instead of using Constan...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Zhou Sheng
Use uint32_t for bitwidth instead of unsigned.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
Pass the type of the store access, not the type of...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
new testcase.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
Fix a bug which caused us to never be able to use signe...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
Wrap long line
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
use more obvious function name.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
Treat xor of signbit like an add.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
add a helper function.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
simplify (x+c)^signbit as (x+c+signbit), pointed out...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
creative way to add one.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
my patch fixed the fixme.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Fix illegal assembly syntax.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
bwsap -> bswap
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Upgrade the bit count intrinsics to have an i32 result.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Add a test case to make sure that constant folding...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
reduce use of std::set
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
Various passes before isel split edges and do other...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
new testcase for PR1296
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Lauro Ramos...
- Divides the comparisons in two types: comparisons...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Chris Lattner
add range version of insert()
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Don't upgrade functions that look like a bswap intrinsi...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Let llvm-upgrade upgrade the bswap intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Let llvm-upgrade upgrade bswap intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
For PR1297:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Revert the name changes for llvm.bswap to allow (and...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Handle upgrade of llvm.bswap.iXX to llvm.bswap.iXX...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-02
Reid Spencer
Fix some bswap typos that Chris noticed.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Chris Lattner
print the type of an inserted IV in -debug mode.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Anton Korobeynikov
Add testcase for correct sret handling.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Chris Lattner
simplify this code, make it work for ap ints
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Chris Lattner
fix breakage from last night, simplify code.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Chris Lattner
gcc 3.4.4 is known-bad on x86-64
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Reid Spencer
Preview documentation for additional intrinsic functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Jeff Cohen
Unbreak VC++ build.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Reid Spencer
The bit counting intrinsics return i32 not the operand...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Zhou Sheng
Avoid unnecessary APInt construction.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Duncan Sands
Testcase for the problem worked around in
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Zhou Sheng
Remove unused methods.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Reid Spencer
For PR1297:
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Evan Cheng
Add i16 address mode.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Reid Spencer
For PR1297:
commit
|
commitdiff
|
tree
|
snapshot
next