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
/
InstrSelection
Commit message (
Expand
)
Author
Age
Files
Lines
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
2
-147
/
+232
*
Machine-independent code generation routines used in instruction
Vikram S. Adve
2001-10-10
1
-0
/
+357
*
Moved code generation support routines to InstrSelectionSupport.cpp.
Vikram S. Adve
2001-10-10
1
-44
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-3
/
+4
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-7
/
+7
*
Change ! ( ...== ...) to !=.
Vikram S. Adve
2001-09-30
1
-1
/
+1
*
Don't check for null on delete
Chris Lattner
2001-09-18
1
-5
/
+1
*
Minor changes.
Vikram S. Adve
2001-09-18
1
-67
/
+89
*
Don't add instructions to subtree for Phi or Call.
Vikram S. Adve
2001-09-18
1
-132
/
+201
*
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-14
1
-88
/
+68
*
More cleanups, preparing to revamp InstrForest to, among other things,
Chris Lattner
2001-09-12
2
-11
/
+9
*
* Clean up InstrForest
Chris Lattner
2001-09-12
1
-245
/
+155
*
Eliminate 'BasicNode' from InstrForest.
Chris Lattner
2001-09-11
2
-60
/
+30
*
Eliminate MainTreeNode function
Chris Lattner
2001-09-11
1
-2
/
+2
*
Use predicate for Value type test
Chris Lattner
2001-09-10
1
-12
/
+8
*
A file should always include it's private header file *FIRST* see the
Chris Lattner
2001-09-07
1
-1
/
+1
*
Remove source list.
Vikram S. Adve
2001-08-28
1
-6
/
+0
*
Moved debug options declaration to header file, and moved
Vikram S. Adve
2001-08-28
1
-65
/
+54
*
Simplify command line options, and add option for printing
Vikram S. Adve
2001-07-31
1
-6
/
+8
*
Generate tree nodes for Phi instructions.
Vikram S. Adve
2001-07-31
1
-23
/
+16
*
Record machine instructions in the vector for each basic block.
Vikram S. Adve
2001-07-30
1
-0
/
+14
*
Eliminate unused function.
Vikram S. Adve
2001-07-28
1
-13
/
+0
*
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
1
-3
/
+3
*
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
1
-4
/
+0
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
1
-1
/
+1
*
Clean up hash table usage
Chris Lattner
2001-07-23
2
-4
/
+3
*
Removal of the redundant CompileContext wrapper
Chris Lattner
2001-07-23
1
-8
/
+6
*
Large scale changes to implement new command line argument facility
Chris Lattner
2001-07-23
1
-7
/
+17
*
Privatize LLCOptions. It had no business being visible to the entire
Chris Lattner
2001-07-22
1
-19
/
+10
*
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
1
-3
/
+0
*
Eliminate many unneccesary #includes
Chris Lattner
2001-07-21
1
-15
/
+1
*
Remove unneccesary #includes
Chris Lattner
2001-07-21
1
-9
/
+1
*
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
2
-5
/
+5
*
Instruction selection via pattern matching on instruction trees using BURG.
Vikram S. Adve
2001-07-21
3
-0
/
+753