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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
27
-250
/
+159
*
Fix minor bugs
Chris Lattner
2002-11-20
1
-2
/
+2
*
Eliminate the concept of a deferred symbol table. The optimization really is...
Chris Lattner
2002-11-20
2
-35
/
+4
*
Add mapping in MachineFunction from SSA regs to Register Classes. Also,
Misha Brukman
2002-11-20
2
-2
/
+22
*
Sigh. Fixed some speling.
Misha Brukman
2002-11-20
1
-3
/
+3
*
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
Misha Brukman
2002-11-20
2
-0
/
+53
*
Thanks to the R8, R16, and R32 macros, I can now deal with registers that
Misha Brukman
2002-11-20
1
-27
/
+40
*
Remove unneccesary #include
Chris Lattner
2002-11-19
1
-1
/
+0
*
Implement the CloneFunction function
Chris Lattner
2002-11-19
1
-0
/
+40
*
Minor changes to cloning interface
Chris Lattner
2002-11-19
3
-19
/
+38
*
Fix two fixmes: integrate with inlining, and document
Chris Lattner
2002-11-19
1
-6
/
+7
*
Add support for bugpoint
Chris Lattner
2002-11-19
1
-0
/
+1
*
Extend function cloning interface to support inlining
Chris Lattner
2002-11-19
1
-2
/
+7
*
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
2
-119
/
+52
*
This file is supersumed by Utils/Cloning.h
Chris Lattner
2002-11-19
2
-40
/
+0
*
Start using the new function cloning header
Chris Lattner
2002-11-19
2
-4
/
+5
*
Merge cloning and inlining utilities
Chris Lattner
2002-11-19
1
-0
/
+41
*
Move MutatStructTypes.h out of IPO
Chris Lattner
2002-11-19
2
-2
/
+2
*
Move inlining pass to IPO.h
Chris Lattner
2002-11-19
2
-4
/
+5
*
Rename CloneFunction.h to Cloning.h
Chris Lattner
2002-11-19
1
-1
/
+1
*
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
4
-182
/
+109
*
Add a new Module::getNamedFunction method
Chris Lattner
2002-11-19
2
-3
/
+18
*
Ignore options that are ""
Chris Lattner
2002-11-19
1
-1
/
+1
*
Remove extra target.a entry
Chris Lattner
2002-11-19
1
-1
/
+1
*
Brian Gaeke says:
Brian Gaeke
2002-11-19
3
-12
/
+43
*
*** empty log message ***
Nick Hildenbrandt
2002-11-18
2
-8
/
+16
*
Add peak memory usage measurement capability
Chris Lattner
2002-11-18
2
-16
/
+242
*
Add facility to compute peak memory usage
Chris Lattner
2002-11-18
2
-0
/
+22
*
Inline DSTypeRec stuff into DSNode
Chris Lattner
2002-11-18
2
-24
/
+36
*
Inline DSTypeRec into DSNode
Chris Lattner
2002-11-18
2
-30
/
+0
*
Add peak memory usage measurement stuff
Chris Lattner
2002-11-18
1
-40
/
+64
*
Add peak memory usage support
Chris Lattner
2002-11-18
1
-1
/
+4
*
Add stats
Chris Lattner
2002-11-18
1
-4
/
+15
*
Templatize graph traits and iterator to work with const and non-const clients
Chris Lattner
2002-11-18
2
-14
/
+54
*
*** empty log message ***
Nick Hildenbrandt
2002-11-18
2
-84
/
+92
*
Add helper method
Chris Lattner
2002-11-18
1
-0
/
+4
*
Start trying to print instructions more correctly. For now we also print out...
Chris Lattner
2002-11-18
2
-4
/
+182
*
Expose base opcode
Chris Lattner
2002-11-18
2
-0
/
+20
*
Start to add more information to instr.def
Chris Lattner
2002-11-18
4
-94
/
+136
*
Add instruction annotation about whether it has a 0x0F opcode prefix
Chris Lattner
2002-11-18
2
-17
/
+24
*
Add more void flags
Chris Lattner
2002-11-18
1
-3
/
+3
*
Set the void flag on instructions that should get it
Chris Lattner
2002-11-18
1
-11
/
+11
*
Print is const!
Chris Lattner
2002-11-17
2
-2
/
+2
*
Pass on a targetmachine
Chris Lattner
2002-11-17
1
-2
/
+3
*
Make sure that print gets a targetmachine
Chris Lattner
2002-11-17
2
-2
/
+4
*
Arrange to have a TargetMachine available in X86InstrInfo::print
Chris Lattner
2002-11-17
3
-7
/
+10
*
Omit the indirect node when printing call graphs
Chris Lattner
2002-11-17
1
-1
/
+3
*
Wow, I'm incapable of the simplest things today...
Chris Lattner
2002-11-17
1
-1
/
+1
*
Rename registers to follow the intel style of all caps
Chris Lattner
2002-11-17
1
-27
/
+29
*
Fix misleading indentation
Chris Lattner
2002-11-17
1
-3
/
+2
[next]