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-03-10
Bill Wendling
Adding more arithmetic operators to MMX. This is an...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Devang Patel
Remove dead comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Devang Patel
Avoid recursion. Use iterative algorithm for RenamePass().
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Devang Patel
Increment iterator now because IVUseShouldUsePostIncVal...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Evan Cheng
Minor stuff.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Evan Cheng
Add comments about LSR / ARM.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Evan Cheng
Unfinished work and ideas related to register scavenger.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Reid Spencer
For PR1245:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Dale Johannesen
apply comments from review of last patch
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Dale Johannesen
Add some observations from CoreGraphics benchmark....
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Anton Korobeynikov
Unbreak mingw32 build
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Evan Cheng
If a virtual register is already marked alive in this...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Evan Cheng
Print preds / succs BB numbers.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-09
Evan Cheng
Avoid variable shadowing.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Bill Wendling
Don't use std::hex.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Bill Wendling
Don't use a cast. It causes an error on some platforms.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Test inline asm modifier 'c'.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Implement inline asm modifier c.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Chris Lattner
upgrade this testcase, add test for fp immediate to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Chris Lattner
implement support for floating point constants used...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Bill Wendling
Add MMX arithmetic testcase.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Bill Wendling
Added "padd*" support for MMX. Added MMX move stuff...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Fix test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Devang Patel
Speed Up Pass Manager.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Zhou Sheng
Fix a bug in function ComputeMaskedBits().
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Putting more constants which do not contain relocations...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Chris Lattner
make this fail even in non-assert builds.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Chris Lattner
This appears correct, enable it so we can see perf...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Chris Lattner
Second half of PR1226. This is currently still disable...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Zhou Sheng
Fix a bug in APIntified ComputeMaskedBits().
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Change register allocation order to Dale's suggestion.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Bug fix. Not advancing the register scavenger iterator...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
For Darwin, put constant data into .const, .const_data...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Put constant data to .const, .const_data, .literal...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Add ReadOnlySection directive.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-08
Evan Cheng
Added ContainsRelocations() to check if a constant...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
Only safe to use a call-clobbered or spilled callee...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Bill Wendling
Remove useless pattern fragments.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Anton Korobeynikov
Refactoring of formal parameter flags. Enable properly...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Anton Korobeynikov
Cleanup: make SetCounter an instance variable
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
Avoid combining indexed load further.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
Add a utility function to test whether a load is unindexed.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Devang Patel
Now IndVarSimplify is a LoopPass.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Bill Wendling
Properly support v8i8 and v4i16 types. It now converts...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Devang Patel
Now LICM is a LoopPass.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Anton Korobeynikov
Fix DWARF debugging information on x86/Linux and (hopef...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
ARM always use register scavenger. No longer reserves...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
Fix some brittle code. Watch out for cases where regist...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
Add skipTo to set internal iterator. Useful when pointe...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Devang Patel
Now LoopUnroll is a LoopPass.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Reid Spencer
Fix the pattern.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Reid Spencer
Make this test more reliable across platforms.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Devang Patel
Now LoopUnswitch is a LoopPass.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-07
Evan Cheng
Fix one more Thumb eliminateFrameIndex bug.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Fix all of last night's JIT failures in Prolangs-C...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Register scavenging is now on by default for ARM.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Make load / store optimizer use register scavenger.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Minor bug fix.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
Now LoopStrengthReduce is a LoopPass.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Chris Lattner
big endian 32-bit systems (e.g. ppc32) want to return...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
Insert loop into LQ before visiting children.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Anton Korobeynikov
Small eye-candy: use asciz directive everywhere, where...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
Use schedulePass() instead of assignPassManager() to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
Add LPPassManager::insertLoop().
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Bill Wendling
Add LOAD/STORE support for MMX.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
LPPassManager::deleteLoopFromQueue() add meat. Cut...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Code clean up. Prepare to use register scavenger.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
LPPassManager. Implement preparePassManager() hook.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
Keep track of higher level analysis.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Don't run lli in llvm-test. Instead just check that...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Fix this to put its output in the output directory.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Revert last patch. The examples build now.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Adjust for changes in GenericValue type.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Devang Patel
LPPassManager : Add initialization and finalizatino...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Minor interface change.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Scavenge a register using the register scavenger when...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
If target decides to create an emergency spill slot...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Evan Cheng
Register scavenger is now capable of scavenging. It...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Anton Korobeynikov
Use new SDIselParamAttr enumeration. This removes ...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Chris Lattner
temporarily disable this until Reid has a chance to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Chris Lattner
llvm-gcc 3.4 is dead.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Anton Korobeynikov
Enumerate SDISel formal parameter attributes. Make...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Anton Korobeynikov
Implement PR1240
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
1. Make StoreValueToMemory a little more efficient...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Make StoreValueToMemory a little more efficient by...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Fix some thinko's in the last patch. PtrSize has to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Fix a bug in IntToPtr. Truncating to 64-bits only works...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Obtain the exit function before execution just in case...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Simplify code as a result of the change in GenericValue...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Radically simplify execution. This patch gets rid of...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Adjust and simplify external function processing now...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
APInt's are no longer allocated on the heap because...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Remove the insufficient code in Interpreter::create...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-06
Reid Spencer
Simplify things significantly because GenericValue...
commit
|
commitdiff
|
tree
|
snapshot
next