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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework the SelectionDAG-based implementations of SimplifyDemandedBits
Nate Begeman
2006-02-16
1
-17
/
+55
*
Rename maxStoresPerMemSet to maxStoresPerMemset, etc.
Evan Cheng
2006-02-14
1
-6
/
+6
*
Fix typo that caused build failures for things trying to use m_Or.
Chris Lattner
2006-02-13
1
-2
/
+2
*
Sync up the tag numbers with gcc4.
Jim Laskey
2006-02-13
1
-9
/
+1
*
Rename to better reflect usage (current and planned.)
Jim Laskey
2006-02-13
1
-2
/
+3
*
Add a method
Chris Lattner
2006-02-13
1
-0
/
+12
*
Reorg for integration with gcc4. Old style debug info will not be passed though
Jim Laskey
2006-02-11
1
-59
/
+169
*
Remove a level of indirection.
Chris Lattner
2006-02-10
1
-9
/
+8
*
Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc
Evan Cheng
2006-02-09
1
-2
/
+8
*
More changes to reduce frame size.
Evan Cheng
2006-02-09
1
-236
/
+72
*
instead of keeping track of Constant/alignment pairs, actually compute the
Chris Lattner
2006-02-09
1
-17
/
+15
*
Use a MachineConstantPoolEntry struct instead of a pair to hold
Chris Lattner
2006-02-09
1
-5
/
+15
*
Assert invariants
Chris Lattner
2006-02-09
1
-0
/
+3
*
Require an alignment.
Chris Lattner
2006-02-09
1
-6
/
+3
*
Add a comment: value is log2
Chris Lattner
2006-02-09
1
-0
/
+3
*
Add support for assembler directives that wrap inline asm
Chris Lattner
2006-02-08
1
-0
/
+5
*
Add some happy helper methods.
Chris Lattner
2006-02-08
1
-1
/
+15
*
getConstraintType should be virtual.
Chris Lattner
2006-02-07
1
-1
/
+3
*
add a new Type::getIntegralTypeMask() method, which is useful for clients that
Chris Lattner
2006-02-07
3
-2
/
+9
*
Fix some truncation warnings.
Jeff Cohen
2006-02-07
1
-16
/
+16
*
fix an error compiling with -pedantic
Chris Lattner
2006-02-07
1
-1
/
+1
*
Change the prototype of PrintAsmOperand
Chris Lattner
2006-02-06
1
-1
/
+1
*
Goodbye nasty macro.
Jim Laskey
2006-02-06
1
-3
/
+1
*
Edit requests from Sabre.
Jim Laskey
2006-02-06
1
-25
/
+26
*
Changing model for the construction of debug information.
Jim Laskey
2006-02-06
2
-100
/
+331
*
* Added SDNode::isOnlyUse().
Evan Cheng
2006-02-05
1
-1
/
+4
*
add a new method, getPreferredAlignmentLog.
Chris Lattner
2006-02-05
1
-0
/
+4
*
Refactor a bunch of code into a non-inlined method
Chris Lattner
2006-02-04
1
-33
/
+6
*
Get rid of some memory leaks identified by Valgrind
Evan Cheng
2006-02-04
1
-5
/
+20
*
add a method
Chris Lattner
2006-02-04
1
-0
/
+2
*
Add some methods for inline asm support.
Chris Lattner
2006-02-04
1
-3
/
+16
*
Add a framework for eliminating instructions that produces undemanded bits.
Nate Begeman
2006-02-03
1
-0
/
+9
*
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,
Chris Lattner
2006-02-02
2
-18
/
+18
*
add a new isStoreToStackSlot method
Chris Lattner
2006-02-02
1
-1
/
+10
*
add an instance var and argument.
Chris Lattner
2006-02-02
1
-1
/
+6
*
add a new PrintAsmOperand method, move some stuff around for ease of reading.
Chris Lattner
2006-02-01
1
-9
/
+16
*
Beef up the interface to inline asm constraint parsing, making it more
Chris Lattner
2006-02-01
1
-3
/
+27
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
3
-11
/
+24
*
One more getTargetNode() variant shouldn't hurt...
Evan Cheng
2006-01-30
1
-0
/
+16
*
Clear the OpAction field before setting it. This allows a target to set
Chris Lattner
2006-01-30
1
-0
/
+1
*
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2006-01-30
1
-0
/
+14
*
Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,
Chris Lattner
2006-01-30
1
-6
/
+14
*
Pass the address of the main MaskedValueIsZero function to allow recursion.
Chris Lattner
2006-01-30
1
-3
/
+5
*
Remove extra qualifier.
Jim Laskey
2006-01-29
1
-1
/
+1
*
Clean up the interface to ValueTypeActions, allowing Legalize to use a copy
Chris Lattner
2006-01-29
1
-11
/
+36
*
revert an accidental commit
Chris Lattner
2006-01-29
1
-5
/
+1
*
remove some methods
Chris Lattner
2006-01-29
1
-5
/
+0
*
Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. Allow
Chris Lattner
2006-01-29
3
-6
/
+16
*
remove the getBR2Way_CC method
Chris Lattner
2006-01-29
1
-15
/
+0
*
add another variant
Chris Lattner
2006-01-28
1
-0
/
+2
[next]