index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
2
-5
/
+6
*
Fix a bug in a previous checkin of mine, correcting
Chris Lattner
2004-08-24
1
-1
/
+1
*
Do not use .xword and friends to emit zeros on V9. Apparently there are issues
Chris Lattner
2004-08-24
1
-6
/
+0
*
Register info alignment is in bits, frame object alignment is (currently) in
Chris Lattner
2004-08-21
1
-1
/
+1
*
Now that we have per-register spill size/alignment info, remove more uses
Chris Lattner
2004-08-21
1
-4
/
+5
*
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Brian Gaeke
2004-08-18
2
-5
/
+4
*
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Brian Gaeke
2004-08-18
1
-3
/
+3
*
Rename var
Chris Lattner
2004-08-18
1
-10
/
+10
*
Add support for targets without a .zero directive
Chris Lattner
2004-08-17
1
-4
/
+23
*
Add support for alignment
Chris Lattner
2004-08-17
1
-0
/
+6
*
Use a designated comment character when printing comments.
Chris Lattner
2004-08-17
1
-9
/
+18
*
Add support for targets that have .quad, drop extra tab inserted
Chris Lattner
2004-08-17
1
-6
/
+6
*
Implement emitGlobalConstant
Chris Lattner
2004-08-17
1
-0
/
+161
*
We now allow targets to use any prefix they want for global symbols. Lets
Chris Lattner
2004-08-17
1
-1
/
+1
*
Some asmwriters want an _ prefix
Chris Lattner
2004-08-17
1
-1
/
+1
*
Initial implementation of the asmprinter base class
Chris Lattner
2004-08-16
1
-0
/
+110
*
Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp
Chris Lattner
2004-08-16
1
-158
/
+1
*
This file is moving to lib/Target/SparcV9
Chris Lattner
2004-08-16
1
-119
/
+0
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
5
-9
/
+8
*
Nuke this file
Chris Lattner
2004-08-16
1
-72
/
+0
*
Fold MachineInstrAnnot.cpp into this file
Chris Lattner
2004-08-16
1
-0
/
+56
*
Add a note that people shouldn't use MachineFunctionInfo.
Brian Gaeke
2004-08-16
1
-0
/
+2
*
Reduce usage of MRegisterInfo::getRegClass
Chris Lattner
2004-08-15
2
-3
/
+3
*
The insertion method returns void now
Chris Lattner
2004-08-15
1
-5
/
+1
*
Nuke ifdef'd out code
Chris Lattner
2004-08-15
1
-33
/
+0
*
Stop using CreateStackObject(RegClass*)
Chris Lattner
2004-08-15
5
-9
/
+8
*
These methods no longer take a TargetRegisterClass* operand.
Chris Lattner
2004-08-15
4
-18
/
+11
*
Make this compile on gc 3.4.1 (static_cast to non-const type was not
Alkis Evlogimenos
2004-08-15
1
-2
/
+2
*
Elminiate MachineFunction& argument from eliminateFrameIndex
Nate Begeman
2004-08-14
1
-1
/
+1
*
Split saveCallerSavedRegisters into two methods for clarity, and add comments.
Chris Lattner
2004-08-12
1
-9
/
+52
*
Forward substitute some constants into their users
Chris Lattner
2004-08-12
1
-5
/
+2
*
The only target that uses this code (v9) always has argsOnStackHaveFixedSize
Chris Lattner
2004-08-12
1
-16
/
+1
*
Get rid of a warning when compiling optimized. Uninitialized variable has
Reid Spencer
2004-08-07
1
-1
/
+1
*
Ok get rid of the REST of the tabs
Chris Lattner
2004-08-07
1
-11
/
+11
*
Death to tabs
Chris Lattner
2004-08-07
1
-14
/
+14
*
Clean up whitespace.
Alkis Evlogimenos
2004-08-04
2
-16
/
+15
*
Convert indentation to 2 spaces.
Alkis Evlogimenos
2004-08-04
4
-1380
/
+1379
*
Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,
Brian Gaeke
2004-08-04
1
-1
/
+1
*
Tighten up some whitespace. Include SparcV9TmpInstr.h to pick up
Brian Gaeke
2004-08-04
1
-10
/
+4
*
Squelch warnings in release mode
Chris Lattner
2004-08-04
1
-3
/
+3
*
Add #include <cstdlib> and abort() to silence a warning
Misha Brukman
2004-08-02
1
-5
/
+6
*
* ceil() requires #include <cmath> for compilation
Misha Brukman
2004-08-02
1
-3
/
+4
*
Adding ModuloScheduling so that it compiles for everyone.
Tanya Lattner
2004-08-01
1
-1
/
+1
*
Dereferencing end() is bad.
Chris Lattner
2004-08-01
1
-1
/
+1
*
Make OptimizeBlock take a MachineFunction::iterator instead of a
Alkis Evlogimenos
2004-07-31
1
-4
/
+4
*
Next on a pointer increments the pointer, not an iterator
Chris Lattner
2004-07-31
1
-1
/
+1
*
Use next() helper to make code more readable. Use
Alkis Evlogimenos
2004-07-31
1
-4
/
+6
*
Use MachineFunction::iterator instead of a MachineBasicBlock* because
Alkis Evlogimenos
2004-07-31
1
-2
/
+3
*
Implement a simple target-independent CFG cleanup pass
Chris Lattner
2004-07-31
1
-0
/
+201
*
Updated ModuloScheduling. It makes it all the wya through register allocatio...
Tanya Lattner
2004-07-30
4
-294
/
+741
[prev]
[next]