index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added several more helper functions for construction MachineInstrs.
Vikram S. Adve
2002-09-29
1
-0
/
+26
*
Fixed method getReturnValue(): it should return NULL if the
Vikram S. Adve
2002-09-28
1
-2
/
+2
*
Initial version: it adds 2 empty slots at the top of stack
Anand Shukla
2002-09-21
1
-0
/
+16
*
Peephole optimization pass on final machine code.
Vikram S. Adve
2002-09-20
1
-0
/
+15
*
Add erase() method for a single element.
Vikram S. Adve
2002-09-20
2
-4
/
+6
*
Add method MachineInstr::replace to rewrite a machine instruction in place.
Vikram S. Adve
2002-09-20
1
-0
/
+12
*
New preselection pass that specializes LLVM code for a target machine,
Vikram S. Adve
2002-09-16
1
-0
/
+16
*
Add method MachineOperand::hasAllocatedReg().
Vikram S. Adve
2002-09-16
1
-3
/
+10
*
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-16
1
-0
/
+8
*
Remove unnecessary include.
Vikram S. Adve
2002-09-14
1
-2
/
+0
*
Break RA_DEBUG option into several levels to get better output.
Vikram S. Adve
2002-09-14
1
-0
/
+23
*
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
2002-09-14
1
-18
/
+0
*
Move TmpInstruction ctor to InstrSelection.cpp file
Chris Lattner
2002-09-08
1
-12
/
+2
*
Added function GetMemInstArgs and made FoldGetElemChain private.
Vikram S. Adve
2002-08-24
1
-6
/
+15
*
Added support for type inquiry in subclasses of InstTreeNode.
Vikram S. Adve
2002-08-24
1
-1
/
+35
*
Just some extra comments.
Vikram S. Adve
2002-08-22
1
-12
/
+12
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-2
/
+0
*
Change opLabel numbers for Not and BNot.
Vikram S. Adve
2002-08-15
1
-1
/
+2
*
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-14
1
-8
/
+17
*
Do not add an extra vtable to EVERY machineinstr created.
Chris Lattner
2002-08-09
1
-1
/
+1
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
4
-48
/
+21
*
Change machinecode for instruction to not inherit from vector.
Chris Lattner
2002-08-09
1
-16
/
+39
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
1
-3
/
+8
*
Expose instruction selection as a pass instead of a global function
Chris Lattner
2002-07-30
1
-5
/
+4
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
1
-1
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-4
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-2
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-6
/
+6
*
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-07-24
3
-7
/
+7
*
*** empty log message ***
Chris Lattner
2002-07-24
3
-4
/
+3
*
Moved to Reoptimizer/Mapping directory
Mehwish Nagda
2002-07-22
1
-11
/
+0
*
*** empty log message ***
Mehwish Nagda
2002-07-15
1
-0
/
+11
*
Bug fix: cast (bool) has higher precedence than %... who knew!
Vikram S. Adve
2002-07-10
1
-3
/
+3
*
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
2002-07-10
1
-24
/
+80
*
Added a few more methods for creating instructions.
Vikram S. Adve
2002-07-10
1
-0
/
+33
*
added std:: to hash_set
Anand Shukla
2002-07-09
1
-0
/
+2
*
Include header in the compiler-neutral location
Chris Lattner
2002-07-09
1
-1
/
+1
*
Interface to class MachineCodeForBasicBlock.
Vikram S. Adve
2002-07-08
2
-0
/
+148
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
2002-07-08
1
-97
/
+83
*
Added two more helper functions for instruction creation.
Vikram S. Adve
2002-07-08
1
-0
/
+21
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
2
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-06-25
2
-3
/
+4
*
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-23
1
-10
/
+9
*
Avoid #including CommandLine.h
Chris Lattner
2002-05-22
2
-16
/
+2
*
Better interface to generating machine instr for common cases
Vikram S. Adve
2002-05-19
1
-0
/
+127
*
MachineInstr now inherits from Annotable.
Vikram S. Adve
2002-05-19
1
-1
/
+3
*
Annotation class for MachineInstr.
Vikram S. Adve
2002-05-19
1
-0
/
+96
*
remove deprecated getInstType() method
Chris Lattner
2002-05-10
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
[next]