projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2001-11-14
Chris Lattner
Remove much cruft from the MemAccessInst instruction
commit
|
commitdiff
|
tree
|
snapshot
2001-11-14
Chris Lattner
Fix link prob
commit
|
commitdiff
|
tree
|
snapshot
2001-11-14
Chris Lattner
Better heuristics for handling arrays
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Ruchira Sasanka
commented out lines printing code after scheduling
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Ruchira Sasanka
Fixed a bug concering LR spilling. Earlier, added spill...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Ruchira Sasanka
Changed checking for invalid register number - earlier...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Chris Lattner
Only use one form of printVal per program to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Chris Lattner
Implement some more rand functions for em3d benchmark
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Chris Lattner
Overwrite files when linked
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Chris Lattner
* Change ExpressionConvertableToType to more closely...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Chris Lattner
Minor style cleanups
commit
|
commitdiff
|
tree
|
snapshot
2001-11-13
Chris Lattner
Avoid assertion failure when taking size of unsized...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Do the same for allocating spills to get their alignmen...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
When allocating space on stack for writing a register,
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Bug fix in offset alignment computations: don't subtrac...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Remove debug info :(
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Fix bug in new assertion
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
Fixed a bug with pervious ColorCallArg
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
Canged ColorCallArg so that when a call arg is directly...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Add an assertion check
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
I don't know what I was thinking
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Print percentages for profiling info better
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Fix minor bug
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
For phi elimination, now we are generating only one...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
Changed insert instructions only for CONSTANTS - back...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Disable use of the Phi machine instruction which is...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Eliminate most uses of the machine instruction vector...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Print profile info if exit() is called
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Chris Lattner
Hack a structure profiling option together
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
Changed for adding Phi Elimination code
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
Added phi elimination code
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Ruchira Sasanka
Added phi elimination code - not final
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Improved printing routines.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Major improvement to how nodes are built for a BB.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Adjust all stack variable offsets to be aligned by...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-12
Vikram S. Adve
Fix dumb bug in alignment adjustment code!
commit
|
commitdiff
|
tree
|
snapshot
2001-11-11
Vikram S. Adve
Fix bogus code that was eliminating needed args.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-11
Ruchira Sasanka
Fixed FP and SP usage. SP for outgoing args - for every...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-11
Ruchira Sasanka
cahnged StackPointer accesses to FramePointer
commit
|
commitdiff
|
tree
|
snapshot
2001-11-11
Vikram S. Adve
Fix errors in computing downgrowing offsets, and in
commit
|
commitdiff
|
tree
|
snapshot
2001-11-11
Vikram S. Adve
Down-growing offsets from FP should start at 0, not -1.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-11
Vikram S. Adve
Only add true dep. edges from an earlier to a later...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Ruchira Sasanka
Changed code to ignore Phi Nodes in PhyRegAlloc
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Ruchira Sasanka
Corrected reodering code for instructions inserted...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Ruchira Sasanka
Made isPhi const
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Vikram S. Adve
Use cc instead of gcc to compile *.native
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Initail checking of structure swapper
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Testcase for structure field reordering
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Initial checkin of structure mutator
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Initial checkin of Structure mutator
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Add hooks to call the new swap structcontents pass
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
add Yet Another Instance of a Static Library
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Provide const version of function with the name the...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Chris Lattner
Refactor some functionality to expose more useful stuff
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Vikram S. Adve
Several bug fixes in printing constants, particularly...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Vikram S. Adve
Must generate an instruction for GetElementPtr if singl...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Ruchira Sasanka
Disabled some debuggin messages
commit
|
commitdiff
|
tree
|
snapshot
2001-11-10
Ruchira Sasanka
Coalesing bug fix - now checks for the same regType...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Ruchira Sasanka
No major change
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Ruchira Sasanka
Added code for correct reordering of call arguments
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Chris Lattner
Add hooks for the FindUsedTypes pass
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Chris Lattner
New pass to find types in use by a program
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Chris Lattner
New pass to figure out what types are in use by a program
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Added function LL__main.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Added class MachineCacheInfo.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Add support to print constant arrays and structures.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Do the same for float->int that we did for int->float...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Added function UltraSparcInstrInfo::CreateCodeToCopyFlo...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Added class UltraSparcCacheInfo.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Bug fix: Need to include the stack offset "bias" in...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Use node->getOpCode() instead of node->getMachineInstr...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Cache parameters for target machine.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Vikram S. Adve
Added class MachineCacheInfo.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-09
Chris Lattner
Remove false optimization that basically broke everything
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Chris Lattner
* Add better caching of data to avoid silly recusions
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Chris Lattner
Add method decl
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Chris Lattner
Remove unneeded forward decl
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Chris Lattner
Improve raising significantly
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Chris Lattner
Print the method that makes an instruction invalid
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Ruchira Sasanka
corrected insertCode4Spilled ... bug.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Eliminate cleaning step for individual %.bc files creat...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Took out .clean.bc target.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Run cleaning pass only when linking multiple files.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Add cleaning pass after linking.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Ruchira Sasanka
Uncommented LR spill code insertion
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Keep *.s files while we're debugging the native code.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Bug fix: need to use .reserve for uninitialized data.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Add rule for %.clean.bc.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Bug fix: cannot modify Phi operands while iterating...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Add handle to object MachineFrameInfo.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Include handle to TargetMachine in each Machine...Info...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Add method CreateCodeToCopyIntToFloat.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Major change to how defs are found when adding dependen...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
MachineCodeForMethod is now an annotation on class...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Add handle to TargetMachine object in all Machine....
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Added support for bitwise logical operators. Use diffe...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Fixed function getEscapedString to follow the Sparc...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Fix bugs in FITOS/D instruction generation.
commit
|
commitdiff
|
tree
|
snapshot
2001-11-08
Vikram S. Adve
Added new function UltraSparcInstrInfo::CreateCodeToCop...
commit
|
commitdiff
|
tree
|
snapshot
next