Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
dfe412dc8b65301e1172bc12894edd3d56fadc44
dfe412d
Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.
by Vikram S. Adve
· 23 years ago
4cbd550
Fix padding when allocating local variables on stack.
by Vikram S. Adve
· 23 years ago
4fad513
Add methods to support type inquiry. Rename TmpInstruction values.
by Vikram S. Adve
· 23 years ago
b6efb36
Moved to directory Scalar/ and renamed.
by Vikram S. Adve
· 23 years ago
9c4f726
Destroy MethodLiveVarInfo after register allocation.
by Vikram S. Adve
· 23 years ago
97fb99b
Use deterministic iterator for SchedGraphs. This is actually not
by Vikram S. Adve
· 23 years ago
1392d69
Bug fix: nextToTry was not being initialized in one case.
by Vikram S. Adve
· 23 years ago
7c7e46a
Add option to disable scheduling.
by Vikram S. Adve
· 23 years ago
802cec4
Add option to disable scheduling.
by Vikram S. Adve
· 23 years ago
cf8a98f
Minor changes.
by Vikram S. Adve
· 23 years ago
ded1bf8
Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.
by Vikram S. Adve
· 23 years ago
e4e4d4e
Fix padding for variables allocated on stack.
by Vikram S. Adve
· 23 years ago
c941b87
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
by Vikram S. Adve
· 23 years ago
4e7bc49
Use deterministic iterator for treeRoots.
by Vikram S. Adve
· 23 years ago
d7e6bec
Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().
by Vikram S. Adve
· 23 years ago
585612e
Change latencies for Load, Store and Branch instructions.
by Vikram S. Adve
· 23 years ago
fd3900a
Major enhancements to how array and structure indices are handled.
by Vikram S. Adve
· 23 years ago
6be4ebe
Change treeRoots data structure to make enumeration deterministic.
by Vikram S. Adve
· 23 years ago
d95919c
Change treeRoots data structure to make enumeration deterministic.
by Vikram S. Adve
· 23 years ago
98d64f8
Major overhaul to support arbitrary mixed array and structure indices.
by Vikram S. Adve
· 23 years ago
d32e70a
Rename pass to DecomposeMultiDimRefs.
by Vikram S. Adve
· 23 years ago
c99afb8
Fix out-of-date name.
by Vikram S. Adve
· 23 years ago
79c7385
Regression tests for DecomposeMultiDimRefs pass.
by Vikram S. Adve
· 23 years ago
e7506a3
Rename Method to Function
by Chris Lattner
· 23 years ago
bcd8e03
Remove extranous forward decl
by Chris Lattner
· 23 years ago
a4d63bc
Remove unneccesary forward definitions
by Chris Lattner
· 23 years ago
ff9ffa9
Add transition header file
by Chris Lattner
· 23 years ago
79cc5bc
Update documentation, rename Method to Function, move typedef to Value.h for now.
by Chris Lattner
· 23 years ago
b6e0c85
Change Method to Function
by Chris Lattner
· 23 years ago
1b139b4
Add transition typedef to Function
by Chris Lattner
· 23 years ago
c8394f6
New pass to convert Convert multi-dimensional
by Vikram S. Adve
· 23 years ago
c7b439d
Moved to Scalar/ directory.
by Vikram S. Adve
· 23 years ago
dfbbf7a
New pass to decompose multi-dimensional array references into
by Vikram S. Adve
· 23 years ago
812d8be
Remove compilation of __main because we now link -lgcc into programs
by Chris Lattner
· 23 years ago
bbe7bbe
Add an assertion that would hopefully catch a problem that was tripping
by Chris Lattner
· 23 years ago
5f4a528
Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll
by Chris Lattner
· 23 years ago
df268ce
New testcase
by Chris Lattner
· 23 years ago
8e640f1
Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll
by Chris Lattner
· 23 years ago
41e8e9d
New testcase
by Chris Lattner
· 23 years ago
4fe130c
* AllocationInst ctor moved here from iMemory.h
by Chris Lattner
· 23 years ago
05c0e9e
* Make AllocationInst ctor protected
by Chris Lattner
· 23 years ago
2e5c295
Rerun test if opt gets changed
by Chris Lattner
· 23 years ago
7b3c34b
Run all testcases
by Chris Lattner
· 23 years ago
4837414
Build LevelRaise subdirectory
by Chris Lattner
· 23 years ago
081c409
Add a debugging option to gccas to cause it to not do level raise or anything
by Chris Lattner
· 23 years ago
599ca72
Fix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
by Chris Lattner
· 23 years ago
6e848ea
Testcase for a missed level raise opportunity
by Chris Lattner
· 23 years ago
9e77f7e
Make ConvertableToGEP handle cases where the user is indexing into the
by Chris Lattner
· 23 years ago
8e86542
Implement the new InsertInstBeforeInst function
by Chris Lattner
· 23 years ago
45ef5c2
Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned
by Chris Lattner
· 23 years ago
3519176
Fix bug in testcase
by Chris Lattner
· 23 years ago
f78642b
Declare the new InsertInstBeforeInst function
by Chris Lattner
· 23 years ago
af2d701
Remove a misguided API extension
by Chris Lattner
· 23 years ago
774888c
New testcase for YALRB (yet another level raise bug)
by Chris Lattner
· 23 years ago
150dcb9
Add an assertion to catch a misuse of replaceAllUsesWith
by Chris Lattner
· 23 years ago
60091fa
Checkin testcase that was just sitting in my tree. Looks like backreferences
by Chris Lattner
· 23 years ago
99fb91c
1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll
by Chris Lattner
· 23 years ago
ebcd28e
Namespace qualify debugging code
by Chris Lattner
· 23 years ago
f7f0409
New testcase
by Chris Lattner
· 23 years ago
99584c6
Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST
by Chris Lattner
· 23 years ago
07fb6e6
New pass to convert Convert multi-dimensional
by Vikram S. Adve
· 23 years ago
06fa17c
Big bug fix: killed uses were being inserted instead of erased!
by Vikram S. Adve
· 23 years ago
b4c5f83
Initial checkin of InstVisitor class
by Chris Lattner
· 23 years ago
4e390f6
Add isa,cast,dyncast support for AllocationInst.
by Chris Lattner
· 23 years ago
fad0f52
include Makefile.tests.
by Vikram S. Adve
· 23 years ago
1d7aefd
Need rule for runtime.o. This is just temporary to provide
by Vikram S. Adve
· 23 years ago
d79b4eb
Fix libraries.
by Vikram S. Adve
· 23 years ago
4bec7fa
Minor changes.
by Vikram S. Adve
· 23 years ago
4a12da7
Fixed several problems with handling arguments to Phis.
by Vikram S. Adve
· 23 years ago
9cf85a7
Big bug fix: killed uses were being inserted instead of erased!
by Vikram S. Adve
· 23 years ago
524185a
Just a comment.
by Vikram S. Adve
· 23 years ago
a45a327
New pass to decompose multi-dimensional array references into
by Vikram S. Adve
· 23 years ago
23a4c8f
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
by Vikram S. Adve
· 23 years ago
89e2da0
Added function computeOffsetforLocalVar to check how big the
by Vikram S. Adve
· 23 years ago
c356e56
Bug fix in setting CC register.
by Vikram S. Adve
· 23 years ago
42f6320
Constants are now added to the constant pool only when a load
by Vikram S. Adve
· 23 years ago
1ed009f
Use vector for machine instructions returned by GetInstructionsByRule.
by Vikram S. Adve
· 23 years ago
705f95e
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
by Vikram S. Adve
· 23 years ago
ce0845a
Added function computeOffsetforLocalVar to check how big the
by Vikram S. Adve
· 23 years ago
f1a51be
Use vector for machine instructions in GetInstructionsByRule.
by Vikram S. Adve
· 23 years ago
851597c
Added machine-independent value for INVALID_MACHINE_OPCODE.
by Vikram S. Adve
· 23 years ago
80347ec
Add function getRegClassIDOfType.
by Vikram S. Adve
· 23 years ago
7482532
Add support for code generation for array references.
by Vikram S. Adve
· 23 years ago
f1c15ee
Bug fixes for not using unified reg. numbers, and for using the
by Vikram S. Adve
· 23 years ago
9558b4a
Bug fix in setting CC register.
by Vikram S. Adve
· 23 years ago
e76af29
Use distinct names for the three types of SetMachineOperand to
by Vikram S. Adve
· 23 years ago
e6d2c41
Minor fixes.
by Vikram S. Adve
· 23 years ago
d198c47
Handling of global names was severely broken when converting to 2 passes.
by Vikram S. Adve
· 23 years ago
dd55899
Several sundry bug fixes.
by Vikram S. Adve
· 23 years ago
a1f0021
Convert the top line of the header from .cpp style to .h style.
by Chris Lattner
· 23 years ago
2bfc031
Make an assertion provide a more helpful error message
by Chris Lattner
· 23 years ago
1901442
Regression tests for live-variable analysis on machine code generated by llc.
by Vikram S. Adve
· 23 years ago
f09733a
Remove code designed to compensate for a bug in GCC. The bug has since
by Chris Lattner
· 23 years ago
acd3cae
Checkin new test for problem anand ran into
by Chris Lattner
· 23 years ago
9b63801
Cleanup error message output a bit
by Chris Lattner
· 23 years ago
2b72c36
Expose dead instruction elimination pass
by Chris Lattner
· 23 years ago
9b53426
Fix test/Regression/Other/2002-03-14-ValueToLarge.ll. Note that this
by Chris Lattner
· 23 years ago
3df17fe
Testcase for bug
by Chris Lattner
· 23 years ago
f5c04ef
New testcase
by Chris Lattner
· 23 years ago
df72341
New test case for long standing bug that was fixed
by Chris Lattner
· 23 years ago
Next »