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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
4
-7
/
+9
*
Remove the unused MachineBasicBlock2IndexFunctor class.
Chris Lattner
2004-10-26
1
-32
/
+5
*
Fix miscompilations in the SparcV9 backend that were induced by this patch:
Chris Lattner
2004-10-18
1
-2
/
+12
*
Allow machine operands to represent global variables with offsets. This is
Chris Lattner
2004-10-15
2
-21
/
+44
*
Convert tabs to spaces
Misha Brukman
2004-10-14
1
-2
/
+2
*
Add const version of getLastBlock() member function.
Alkis Evlogimenos
2004-09-30
1
-0
/
+3
*
* Wrap some comments to 80 cols
Chris Lattner
2004-09-30
1
-1
/
+6
*
Use class instead of struct for defining classes. This unbreaks the
Alkis Evlogimenos
2004-09-28
1
-1
/
+2
*
Use a DenseMap for mapping reg->reg. This improves the LiveInterval
Alkis Evlogimenos
2004-09-08
1
-6
/
+7
*
Changes For Bug 352
Reid Spencer
2004-09-01
7
-8
/
+8
*
Add getLastBlock member. This is useful when growing a densemap keyed
Alkis Evlogimenos
2004-08-27
1
-0
/
+5
*
Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from
Alkis Evlogimenos
2004-08-27
1
-0
/
+10
*
Use newly added API in MRegisterInfo and don't expose the allocatable
Alkis Evlogimenos
2004-08-26
1
-4
/
+0
*
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
1
-0
/
+2
*
All targets are now allowed to have their own MachineFunctionInfo objects,
Chris Lattner
2004-08-18
1
-12
/
+24
*
Alkis pointed out that this is not a character (we actually support strings)
Chris Lattner
2004-08-18
1
-3
/
+3
*
new method
Chris Lattner
2004-08-17
1
-0
/
+4
*
Add support for alignment
Chris Lattner
2004-08-17
1
-2
/
+21
*
Ultra-doxygenify some function header comments.
Misha Brukman
2004-08-17
1
-0
/
+3
*
Allow targets to specify a comment character
Chris Lattner
2004-08-17
1
-1
/
+6
*
Add missing \t
Chris Lattner
2004-08-17
1
-1
/
+1
*
Add some hooks
Chris Lattner
2004-08-17
1
-1
/
+31
*
We now allow targets to use any prefix they want for global symbols. Lets
Chris Lattner
2004-08-17
1
-4
/
+4
*
Some asmweriters want an _ prefix
Chris Lattner
2004-08-17
1
-1
/
+9
*
Initial implementation of the asmprinter base class
Chris Lattner
2004-08-16
1
-0
/
+65
*
Fit into 80 lines, add a gross hack for MachineFunctionInfo
Chris Lattner
2004-08-16
1
-10
/
+14
*
These files now live in lib/Target/SparcV9
Chris Lattner
2004-08-16
2
-221
/
+0
*
Remove helper method
Chris Lattner
2004-08-15
1
-2
/
+1
*
Clean up whitespace.
Alkis Evlogimenos
2004-08-04
1
-1
/
+1
*
Convert indentation to 2 spaces.
Alkis Evlogimenos
2004-08-04
1
-152
/
+152
*
These headers have been moved/merged into other files.
Brian Gaeke
2004-08-04
2
-449
/
+0
*
New pass
Chris Lattner
2004-07-31
1
-0
/
+6
*
Expose some helpful methods
Chris Lattner
2004-07-31
1
-0
/
+8
*
Add some machine CFG related stuff
Chris Lattner
2004-07-31
2
-9
/
+25
*
Make a method const, no functionality changes
Chris Lattner
2004-07-25
1
-1
/
+1
*
Remove implementation of operator= and make it private so that it is
Alkis Evlogimenos
2004-07-24
1
-8
/
+1
*
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
Alkis Evlogimenos
2004-07-24
2
-17
/
+36
*
Completely eliminate the intervals_ list. instead, the r2iMap_ maintains
Chris Lattner
2004-07-24
1
-24
/
+26
*
Add a new differingRegisterClasses method
Chris Lattner
2004-07-24
1
-4
/
+8
*
Little stuff:
Chris Lattner
2004-07-24
1
-10
/
+37
*
More minor changes:
Chris Lattner
2004-07-23
1
-3
/
+17
*
Change addRange and join to be a little bit smarter. In particular, we don't
Chris Lattner
2004-07-23
1
-3
/
+9
*
New helper method
Chris Lattner
2004-07-23
1
-1
/
+7
*
Speedup debug builds a bit
Chris Lattner
2004-07-23
1
-2
/
+3
*
Instead of searching for a live interval pair, search for a location. This g...
Chris Lattner
2004-07-23
1
-0
/
+5
*
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
Chris Lattner
2004-07-23
1
-3
/
+3
*
Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
Chris Lattner
2004-07-23
2
-75
/
+110
*
Improve comments a bit
Chris Lattner
2004-07-23
1
-5
/
+28
*
Force coallescing of live ranges that have a single definition, even if they
Chris Lattner
2004-07-23
1
-0
/
+1
*
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-21
1
-0
/
+5
[next]