Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ad1400924d9145b71d983c7ae37e38a12a3f0037
ad14009
No major change
by Ruchira Sasanka
· 24 years ago
868cf82
Added code for correct reordering of call arguments
by Ruchira Sasanka
· 24 years ago
9f8ae2b
Add hooks for the FindUsedTypes pass
by Chris Lattner
· 24 years ago
b61107a
New pass to find types in use by a program
by Chris Lattner
· 24 years ago
f26e287
New pass to figure out what types are in use by a program
by Chris Lattner
· 24 years ago
04aec9f
Added function LL__main.
by Vikram S. Adve
· 24 years ago
4a48c33
Added class MachineCacheInfo.
by Vikram S. Adve
· 24 years ago
915b58d
Add support to print constant arrays and structures.
by Vikram S. Adve
· 24 years ago
6ad7c55
Do the same for float->int that we did for int->float earlier.
by Vikram S. Adve
· 24 years ago
5b6082e
Added function UltraSparcInstrInfo::CreateCodeToCopyFloatToInt.
by Vikram S. Adve
· 24 years ago
b704840
Added class UltraSparcCacheInfo.
by Vikram S. Adve
· 24 years ago
5afff3b
Bug fix: Need to include the stack offset "bias" in assembly code itself.
by Vikram S. Adve
· 24 years ago
fb1a6c8
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
by Vikram S. Adve
· 24 years ago
40abd3f
Cache parameters for target machine.
by Vikram S. Adve
· 24 years ago
4938d45
Added class MachineCacheInfo.
by Vikram S. Adve
· 24 years ago
cf1ae7c
Remove false optimization that basically broke everything
by Chris Lattner
· 24 years ago
0bf7bad
* Add better caching of data to avoid silly recusions
by Chris Lattner
· 24 years ago
00d91c6
Add method decl
by Chris Lattner
· 24 years ago
b08d519a
Remove unneeded forward decl
by Chris Lattner
· 24 years ago
c0b90e7
Improve raising significantly
by Chris Lattner
· 24 years ago
837bb2c
Print the method that makes an instruction invalid
by Chris Lattner
· 24 years ago
226f1f0
corrected insertCode4Spilled ... bug.
by Ruchira Sasanka
· 24 years ago
19560c3
Eliminate cleaning step for individual %.bc files created by our gcc.
by Vikram S. Adve
· 24 years ago
f87fc32
Took out .clean.bc target.
by Vikram S. Adve
· 24 years ago
5efe198
Run cleaning pass only when linking multiple files.
by Vikram S. Adve
· 24 years ago
9af7022
Add cleaning pass after linking.
by Vikram S. Adve
· 24 years ago
5a61d85
Uncommented LR spill code insertion
by Ruchira Sasanka
· 24 years ago
3bc2938
Keep *.s files while we're debugging the native code.
by Vikram S. Adve
· 24 years ago
ffbba0f
Bug fix: need to use .reserve for uninitialized data.
by Vikram S. Adve
· 24 years ago
e78ea67
Add rule for %.clean.bc.
by Vikram S. Adve
· 24 years ago
ddf5ff6
Bug fix: cannot modify Phi operands while iterating over them!
by Vikram S. Adve
· 24 years ago
9b19894
Add handle to object MachineFrameInfo.
by Vikram S. Adve
· 24 years ago
1c84e2a
Include handle to TargetMachine in each Machine...Info class.
by Vikram S. Adve
· 24 years ago
44508e3
Add method CreateCodeToCopyIntToFloat.
by Vikram S. Adve
· 24 years ago
e64574c
Major change to how defs are found when adding dependences (they
by Vikram S. Adve
· 24 years ago
af1d2c8
MachineCodeForMethod is now an annotation on class Method.
by Vikram S. Adve
· 24 years ago
7a2f1e7
Add handle to TargetMachine object in all Machine...Info classes.
by Vikram S. Adve
· 24 years ago
3e95814
Added support for bitwise logical operators. Use different labels for
by Vikram S. Adve
· 24 years ago
29ff873
Fixed function getEscapedString to follow the Sparc assembly rules
by Vikram S. Adve
· 24 years ago
ff5a09e
Fix bugs in FITOS/D instruction generation.
by Vikram S. Adve
· 24 years ago
b9c3863
Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat.
by Vikram S. Adve
· 24 years ago
1c0fba6
Removed class RegStackOffsets and used class MachineCodeForMethod
by Vikram S. Adve
· 24 years ago
7f37fe5
Use MachineFrameInfo as base class of UltraSparcFrameInfo, and made
by Vikram S. Adve
· 24 years ago
7cffcaa
Machine-independent interface to target's stack frame layout parameters.
by Vikram S. Adve
· 24 years ago
df2ee6c
Use different op labels for bitwise logical operations and boolean logical
by Vikram S. Adve
· 24 years ago
e8f1e44
Added a second constructor for and improved class TmpInstruction.
by Vikram S. Adve
· 24 years ago
38f5d46
Added two minor methods.
by Vikram S. Adve
· 24 years ago
12af164
Removed class RegStackOffsets and used class MachineCodeForMethod
by Vikram S. Adve
· 24 years ago
be49526
Major overhaul of stack frame management.
by Vikram S. Adve
· 24 years ago
ebfa232
Old file which was moved to include/llvm/Target some time back.
by Vikram S. Adve
· 24 years ago
4dea947
Removed MachineCodeForMethod object and made it an annotation.
by Vikram S. Adve
· 24 years ago
483c3ee
Add analysis pass.
by Chris Lattner
· 24 years ago
2618fba
Initial checkin of pointer safety checker
by Chris Lattner
· 24 years ago
070cf5e
Correct problem that allows indirect function calls
by Chris Lattner
· 24 years ago
ea38c0e
* Switch to operation on pointers with PointerTy more consistently
by Chris Lattner
· 24 years ago
aa6ec73
1. -Winline emits spurious warnings that aren't useful right now
by Chris Lattner
· 24 years ago
8e5c0b4
Killing warnings
by Chris Lattner
· 24 years ago
161aa5a
Add #includes to enable buiding in Release mode
by Chris Lattner
· 24 years ago
6dad506
Squelch warnings about not returning a value
by Chris Lattner
· 24 years ago
1f64ad9
Roll back all these changes that have broken Makefile.target again.
by Vikram S. Adve
· 24 years ago
5818a71
Okay, so this is a huge hack. Fixme later
by Chris Lattner
· 24 years ago
461f02f
*Print Stack traces better.
by Chris Lattner
· 24 years ago
5af0c48
* Use cached writer to speed up printing and get symbolic types more consistently
by Chris Lattner
· 24 years ago
da1fbcc
Implement CachedWriter class to allow module level printing of various components very quickly
by Chris Lattner
· 24 years ago
495d6f1
New class to provide high performance writing.
by Chris Lattner
· 24 years ago
6a6791b
Add %p format to printf, which MUST be used when printing pointer values.
by Chris Lattner
· 24 years ago
8679005
Implement log and drand48 for TSP bm
by Chris Lattner
· 24 years ago
4bf36bb
Minor fixes
by Chris Lattner
· 24 years ago
b6d8fd4
Add notes
by Chris Lattner
· 24 years ago
c063d38
Implement sqrt, implement printf better, simpler.
by Chris Lattner
· 24 years ago
75747cd
Fix minor bug for shifts
by Chris Lattner
· 24 years ago
268de04
Print out the abridged form of the call instruction.
by Chris Lattner
· 24 years ago
54b7741
Build .bc from .c better.
by Chris Lattner
· 24 years ago
054385a
Don't forget to make the clean version.
by Chris Lattner
· 24 years ago
a46fb6b
Really fix Makefile to compile individual tests and Olden codes.
by Vikram S. Adve
· 24 years ago
7b10c36
Moved *.c files into subdirectory TestSources to avoid overwriting
by Vikram S. Adve
· 24 years ago
d1565ab
Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node
by Ruchira Sasanka
· 24 years ago
54bc6b3
Reorder paramters to make the command line more easily modifiable
by Chris Lattner
· 24 years ago
e34443d
Fix bugs
by Chris Lattner
· 24 years ago
71344bd
Fix many bugs. Implement PHI transforms & other cycles
by Chris Lattner
· 24 years ago
eed1fc7
Give me PHI's space back
by Chris Lattner
· 24 years ago
04cc49b
Bug fix: uninitialized variable.
by Vikram S. Adve
· 24 years ago
9576b15
Bug fix: Printing AdIBef and AdIAft outside the scope where they
by Vikram S. Adve
· 24 years ago
8f410ca
Print PHI nodes with zero operands even if they are illegal
by Chris Lattner
· 24 years ago
c109d30
Fix bug with ADD nodes and malloc promotion
by Chris Lattner
· 24 years ago
93ee0a1
Fix makefile to compile olden and main benchmarks
by Chris Lattner
· 24 years ago
277b4e4
Don't print spurious linking warnings about methods that are never used.
by Chris Lattner
· 24 years ago
e4f4d8c
Use the expression map correctly.
by Chris Lattner
· 24 years ago
8448fb5
Make the olden benchmarks compile again
by Chris Lattner
· 24 years ago
c352d2c
Modified graph construction to use one pass to find all defs.
by Vikram S. Adve
· 24 years ago
df1c3b8
Make reg. numbers signed ints.
by Vikram S. Adve
· 24 years ago
0b12f2b
Put it back!
by Vikram S. Adve
· 24 years ago
11f45ba
Removed by mistake; will add it back immediately.
by Vikram S. Adve
· 24 years ago
772d091
Make gcc generate assembly files (%.ll) until Chris has a stable
by Vikram S. Adve
· 24 years ago
2fc372e
Delete rule to disassemble %.bc -- need to make it effective only when
by Vikram S. Adve
· 24 years ago
38b8620
Replaced another HERE.
by Vikram S. Adve
· 24 years ago
4cceffe
Put common rules for compiling programs into Makefile.target.
by Vikram S. Adve
· 24 years ago
901216d
New file for expression tree conversion
by Chris Lattner
· 24 years ago
59cd9f1
Refactor code to share stuff
by Chris Lattner
· 24 years ago
bacec7b
* Relax restriction that prevented malloc promotion in certain cases
by Chris Lattner
· 24 years ago
Next »