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
*
Fix comments.
Evan Cheng
2006-11-03
1
-3
/
+8
*
Rename
Evan Cheng
2006-11-03
1
-5
/
+5
*
Added a target specific hook to check whether / how a node can be transformed
Evan Cheng
2006-11-03
1
-0
/
+10
*
Add isPredecessor to check whether a node is another's predecessor.
Evan Cheng
2006-11-03
1
-0
/
+3
*
silence warning
Chris Lattner
2006-11-03
1
-1
/
+0
*
Allow FoldingSet clients to pump up the initial hash size.
Jim Laskey
2006-11-02
1
-1
/
+5
*
For PR950:
Reid Spencer
2006-11-02
3
-42
/
+58
*
generalize this api
Chris Lattner
2006-11-02
1
-2
/
+8
*
Rename
Evan Cheng
2006-11-01
1
-2
/
+2
*
Added getTiedToSrcOperand() to check for two-address'ness.
Evan Cheng
2006-11-01
1
-1
/
+5
*
Add a printSetLabel that takes two id's.
Evan Cheng
2006-11-01
1
-0
/
+2
*
Add operand constraints to TargetInstrInfo.
Evan Cheng
2006-11-01
1
-0
/
+21
*
Change the prototype for TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
1
-3
/
+6
*
Unbreaking static ctors patch.
Anton Korobeynikov
2006-10-31
1
-2
/
+2
*
Don't mislead readers by claiming a variable is defaulted to false when
Reid Spencer
2006-10-30
1
-1
/
+1
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-0
/
+7
*
Simplify DwarfWriter header.
Jim Laskey
2006-10-30
1
-357
/
+6
*
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-30
1
-0
/
+4
*
add a new form of insert.
Chris Lattner
2006-10-30
1
-1
/
+48
*
Add SmallString a (currently) minimal class that adapts SmallVector to be
Chris Lattner
2006-10-30
2
-0
/
+58
*
add a method
Chris Lattner
2006-10-30
2
-0
/
+16
*
add newline at end of file
Chris Lattner
2006-10-29
2
-2
/
+4
*
add a highly efficient hash table that is specialized for mapping C strings
Chris Lattner
2006-10-29
2
-0
/
+288
*
Add a new llvm::Allocator abstraction, which will be used by a container
Chris Lattner
2006-10-29
1
-0
/
+48
*
add an assertion
Chris Lattner
2006-10-28
1
-0
/
+1
*
remove dead method
Chris Lattner
2006-10-28
1
-1
/
+0
*
add a method for hacking on JTIdx's
Chris Lattner
2006-10-28
1
-0
/
+4
*
const'ify jump table stuff
Chris Lattner
2006-10-28
1
-2
/
+2
*
add a method for deleting dead jump tables.
Chris Lattner
2006-10-28
1
-0
/
+6
*
determine whether a change was made
Chris Lattner
2006-10-28
1
-2
/
+6
*
add another target hook for branch folding.
Chris Lattner
2006-10-28
1
-0
/
+8
*
add option to isCriticalEdge
Chris Lattner
2006-10-28
1
-1
/
+2
*
Expose a smarter way to break critical edges.
Chris Lattner
2006-10-28
1
-4
/
+11
*
Editorial clean up.
Jim Laskey
2006-10-28
2
-2
/
+0
*
add a method
Chris Lattner
2006-10-28
1
-0
/
+6
*
Switch over from SelectionNodeCSEMap to FoldingSet.
Jim Laskey
2006-10-27
4
-149
/
+13
*
Clean up
Jim Laskey
2006-10-27
1
-2
/
+2
*
Turn conditions like x<Y|z==q into multiple blocks.
Chris Lattner
2006-10-27
1
-4
/
+1
*
Apply editorials.
Jim Laskey
2006-10-27
1
-87
/
+58
*
Breakout folding hash set from SelectionDAGCSEMap.
Jim Laskey
2006-10-27
1
-0
/
+281
*
Indexed load / store changes.
Evan Cheng
2006-10-26
2
-18
/
+18
*
Save temp. bc files when saveTemps flag is true. Use final output file
Devang Patel
2006-10-26
1
-4
/
+7
*
Added CStringSection.
Evan Cheng
2006-10-26
1
-0
/
+9
*
Add isCString() - returns true if a ConstantArray is a CString.
Evan Cheng
2006-10-26
1
-0
/
+5
*
Add isFPOrFPVector() method, which indicates if a type is either FP or a
Chris Lattner
2006-10-26
1
-0
/
+4
*
For PR950:
Reid Spencer
2006-10-26
5
-35
/
+47
*
Supply alignment info to linker through LLVMSymbol.
Devang Patel
2006-10-25
1
-2
/
+4
*
TargetData is not subclassed. So no need to have virtual method.
Devang Patel
2006-10-24
1
-1
/
+1
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
2
-5
/
+6
*
Instead of hard coding global prefix, use TargetAsmInfo.
Devang Patel
2006-10-24
1
-0
/
+12
[next]