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
*
Add ability to remove nodes from DominatorTree, for when a BasicBlock
Nick Lewycky
2006-09-12
1
-0
/
+8
*
Behold, more work on relocations. Things are looking pretty good now.
Nate Begeman
2006-09-10
1
-11
/
+36
*
Implement new fpowi node
Chris Lattner
2006-09-09
1
-3
/
+4
*
First pass at supporting relocations. Relocations are written correctly to
Nate Begeman
2006-09-08
1
-54
/
+86
*
add powi intrinsics.
Chris Lattner
2006-09-08
1
-0
/
+3
*
1. Remove condition on delete.
Jim Laskey
2006-09-07
1
-4
/
+4
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
4
-7
/
+28
*
Add new option to leave asm names alone
Chris Lattner
2006-09-07
1
-0
/
+8
*
Add getTargetTriple() that linker can use to query target architecture.
Devang Patel
2006-09-06
1
-0
/
+1
*
Keep track of all modules crated using a name to module map.
Devang Patel
2006-09-06
1
-0
/
+6
*
Separate target specifc asm properties from asm printers.
Jim Laskey
2006-09-06
1
-0
/
+427
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
2
-237
/
+25
*
Extract target triplet from optimized module.
Devang Patel
2006-09-06
1
-6
/
+7
*
IsDef can only be accessed / set if operand is a register.
Evan Cheng
2006-09-05
1
-11
/
+16
*
Initialize IsDef of all non-register MachineOperand to false.
Evan Cheng
2006-09-05
1
-0
/
+7
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
2
-55
/
+17
*
ADd getImm/setImm methods
Chris Lattner
2006-09-04
1
-6
/
+15
*
Add some short-hand accessors
Chris Lattner
2006-09-04
1
-0
/
+4
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
2
-2
/
+32
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
2
-11
/
+96
*
Add explicit doInitialization/doFinalization methods instead of making
Chris Lattner
2006-09-04
1
-0
/
+8
*
Eliminate target name.
Chris Lattner
2006-09-03
1
-14
/
+3
*
Avoid beating on the mi2i map when we know the answer already.
Chris Lattner
2006-09-03
1
-4
/
+6
*
Move two methods out of line, make them work when the record for a machine
Chris Lattner
2006-09-03
1
-28
/
+6
*
Fix a typo pointed out by Gabor
Chris Lattner
2006-09-02
1
-1
/
+1
*
add a prototype
Chris Lattner
2006-09-02
1
-1
/
+7
*
Iteration is required for some cases, even if they don't occur in crafty.
Chris Lattner
2006-09-02
1
-3
/
+15
*
new method
Chris Lattner
2006-09-02
1
-0
/
+7
*
remove some particularly expensive assertions
Chris Lattner
2006-09-01
1
-3
/
+3
*
add a simple reserve method.
Chris Lattner
2006-09-01
1
-0
/
+5
*
Iterative coallescing doesn't buy us anything (we get identical results on
Chris Lattner
2006-09-01
1
-15
/
+2
*
avoid calling the virtual isMoveInstr method endlessly by caching its results.
Chris Lattner
2006-08-31
2
-19
/
+34
*
Restore source-level compatibility with clients of these functions.
Chris Lattner
2006-08-30
1
-6
/
+6
*
fix 80 column issue
Chris Lattner
2006-08-30
1
-1
/
+1
*
Instantiate Statistic<> in one place, not in every .o file that uses it.
Chris Lattner
2006-08-30
1
-1
/
+4
*
Teach the coallescer to coallesce live intervals joined by an arbitrary
Chris Lattner
2006-08-29
2
-18
/
+19
*
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-29
1
-0
/
+6
*
Move isCommutativeBinOp from SelectionDAG.cpp and DAGCombiner.cpp out. Make i...
Evan Cheng
2006-08-29
1
-0
/
+19
*
Add PredicateSimplifier pass. Collapses equal variables into one form
Nick Lewycky
2006-08-28
2
-0
/
+6
*
Add 2nd form of resize
Chris Lattner
2006-08-28
1
-0
/
+12
*
remove extraneous space
Chris Lattner
2006-08-28
1
-1
/
+1
*
Back out last revision which should not have been committed (yet).
Reid Spencer
2006-08-28
1
-4
/
+0
*
For PR387:
Reid Spencer
2006-08-28
1
-0
/
+4
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
1
-13
/
+5
*
Silence -Woverloaded-virtual warnings.
Chris Lattner
2006-08-28
1
-1
/
+4
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-47
/
+0
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-24
/
+17
*
We no longer care whether something is an opt vs analysis pass, only whether
Chris Lattner
2006-08-27
1
-42
/
+28
*
Remove a dead class.
Chris Lattner
2006-08-27
1
-17
/
+0
*
add directive to disable inlining
Chris Lattner
2006-08-27
1
-0
/
+8
[next]