projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2006-12-05
Rafael Espindola
expand memmove and memcpy
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Reid Spencer
Eliminate "control reaches end of non-void function...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Rafael Espindola
add support for the "r" asm constraint
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Chris Lattner
Fix typo noticed by Lauro Ramos Venancio, thanks!
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Rafael Espindola
add support for weak linkage
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Reid Spencer
Ignore the Output directory.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Evan Cheng
JIT large code model support.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Reid Spencer
Can't make these fail now with just BitCast. Previous...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Evan Cheng
Asm printing bug.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Evan Cheng
- Fix X86-64 JIT by temporarily disabling code that...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Evan Cheng
Update
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Reid Spencer
Remove the last inferred casts from VMCore.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Reid Spencer
Implement createPointerCast.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Reid Spencer
Implement getPointerCast.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Chris Lattner
add an instcombine xform. This speeds up 462.libquantu...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Devang Patel
SCCP does not handle Packed Type properly. Disable...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Add cast creation functions for Pointer Casts, either...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Chris Lattner
Add support for 64-bit 'r' constraint. Patch by by...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Chris Lattner
Testcase for PR1029, patch by Rafael
\81
vila de EspÃ...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Jim Laskey
Restoration of the stack pointer after a deallocation...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Separate getCompare from get and getCompareTy from...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Separate the get and getTy functions for ICmp and FCmp...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Fix comment grammaro
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
We only support 32-bit or 64-bit sequential type indice...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Chris Lattner
Add a comment and fix a memory leak. Thanks to Vikram...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
These pass on Linux now.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Expose the sanity.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Unclutter this by using new cast creation functions.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Implement new cast creation functions for both instruct...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Fix the intrinsic debug call to make this match current...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Make this test succeed on both Darwin and Linux
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Document the icmp and fcmp constant expressions.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
XFAIL until PR1033 is fixed.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Reduce the size of the ExprMapKeyType class.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Test case for PR1033, x86-64 code gen fails on bitcast.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Evan Cheng
Non-darwin gcc should default to static relocation...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Evan Cheng
Fix test.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Jim Laskey
Purpose of test is lost in upgrade.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Jim Laskey
Remove debug info.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Fix inferred casts.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Fix 80 cols violation
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Jim Laskey
Fixed to use current debug info.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Jim Laskey
Moving to DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Jim Laskey
Duplicate of Regression/Debugger/funccall.ll.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
For PR950: Implement read/write of ICmp and FCmp consta...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
For PR950: For ICmp and FCmp constant expressions,...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
For PR950: Fix constant expressions to properly support...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
For PR950: Implement a stub for folding ICmp and FCmp...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
For PR950: Implement ICmp/FCmp predicate printing for...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
For PR950: Provide an isCompare method for detection...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Update call to CastInst::getCastOpcode for its new...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Change inferred casts to explicit casts.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Reid Spencer
Take a baby step towards getting rid of inferred casts...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Remove line not meant to be committed.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Handle upgrade of llvm-gcc3 assembly files.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Support ICmp/FCmp constant expression reading and writing.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Update for signless GEP semantics.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Use weak_import on linux, weak everywhere else. Makes...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Remove useless #include.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
These tests need llvm-upgrade. This fixes last night...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Match the llvmAsmParser's handling of ICmp and FCmp...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Shorten the FCmp and ICmp mnemonics to 3 letters. Make...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Shorten the FCmp predicate mnemonics.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Implement reading and writing of the ICmp and FCmp...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Allow the ICmp and FCmp instructions to be written...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Implement creation of ICmp and FCmp constant expressions.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Remove backwards compatibility goop. This is now handle...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Remove backwards compatibility goop. Now implemented...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Upgrade to version 7 bytecode format.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-03
Reid Spencer
Add a needed #include.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Implement upgrade of setcc instruction to icmp/fcmp...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Make sure this file gets upgraded with llvm-upgrade
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Upgrade intrinsic function calls manually.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
These files need llvm-upgrade.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Rearrange code so that llvm-upgrade doesn't break the...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Upgrade intrinsic function calls
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Run llvm-upgrade on this test and/or upgrade intrinsic...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Remove tests for checking bytecode upgrade. Bytecode...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Upgrade old intrinsic function calls manually.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Use llvm-upgrade these tests as they all use old assembly.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Remove old intrinsic declarations and usage.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Support several new upgrades:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Remove a redundant RUN: line.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Add llvm-upgrade documentation.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Document the llvm-upgrade tool.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Prevent a GEP from getting upgraded to avoid resulting...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Implement the GEP upgrade for non-constant unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Keep lists of values so they can be examined.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Reid Spencer
Update this test to use llvm-update.
commit
|
commitdiff
|
tree
|
snapshot
next