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
*
For PR1328:
Reid Spencer
2007-04-16
1
-1
/
+1
*
Tabs -> Spaces
Owen Anderson
2007-04-15
2
-12
/
+12
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
3
-158
/
+44
*
Make ETForest depend on DomTree rather than IDom. This is the first step
Owen Anderson
2007-04-14
1
-5
/
+5
*
Fix PR1329.
Jeff Cohen
2007-04-14
1
-0
/
+4
*
add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.
Chris Lattner
2007-04-14
1
-0
/
+5
*
Implement a getBitsNeeded method to determine how many bits are needed to
Reid Spencer
2007-04-13
1
-0
/
+6
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
11
-33
/
+33
*
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-04-13
1
-4
/
+7
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
2
-3
/
+9
*
For PR1284:
Reid Spencer
2007-04-12
1
-2
/
+5
*
improve the patch for PR1318 to also support grouped options with custom
Chris Lattner
2007-04-12
1
-0
/
+5
*
For PR1146:
Reid Spencer
2007-04-11
1
-18
/
+49
*
Teach sys::Path how to recognize different kinds of object files for ELF
Reid Spencer
2007-04-11
1
-7
/
+18
*
Add support for our first SSSE3 instruction "pmulhrsw".
Bill Wendling
2007-04-10
1
-0
/
+10
*
fix a comment bug Reid noticed
Chris Lattner
2007-04-10
1
-2
/
+3
*
add missing methods, mark stuff const
Chris Lattner
2007-04-10
1
-1
/
+9
*
getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.
Chris Lattner
2007-04-10
1
-3
/
+2
*
add a method
Chris Lattner
2007-04-10
1
-0
/
+7
*
Drop the "bit" prefix for the part.select intrinsic.
Reid Spencer
2007-04-10
1
-1
/
+1
*
remove dead target hooks.
Chris Lattner
2007-04-09
1
-13
/
+0
*
remove some dead target hooks, subsumed by isLegalAddressingMode
Chris Lattner
2007-04-09
1
-11
/
+0
*
add a default ctor for AddrMode.
Chris Lattner
2007-04-09
1
-0
/
+1
*
For PR1146:
Reid Spencer
2007-04-09
1
-3
/
+16
*
For PR1146:
Reid Spencer
2007-04-09
2
-5
/
+29
*
Next stage into switch lowering refactoring
Anton Korobeynikov
2007-04-09
1
-1
/
+29
*
For PR1146:
Reid Spencer
2007-04-09
1
-37
/
+8
*
Move isReachableFromEntry out of line to avoid an unnecessary #include
Owen Anderson
2007-04-09
1
-4
/
+1
*
Chris convinced me that the default size of the SmallVector (2) was too
Reid Spencer
2007-04-09
1
-1
/
+1
*
Remove redundancy.
Reid Spencer
2007-04-09
1
-23
/
+11
*
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-09
1
-1
/
+8
*
Fix a typo.
Reid Spencer
2007-04-08
1
-2
/
+2
*
Implement more feedback:
Reid Spencer
2007-04-08
1
-24
/
+54
*
Implement review feedback.
Reid Spencer
2007-04-08
1
-5
/
+4
*
Remove DomSet completely. This concludes work on PR1171.
Owen Anderson
2007-04-08
1
-127
/
+3
*
Implement the output inserter for PathWithStatus
Reid Spencer
2007-04-08
1
-2
/
+5
*
For PR1146:
Reid Spencer
2007-04-08
1
-0
/
+148
*
For PR1291:
Reid Spencer
2007-04-07
2
-8
/
+9
*
For PR1291:
Reid Spencer
2007-04-07
2
-26
/
+89
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-1
/
+126
*
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-07
1
-0
/
+6
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
5
-152
/
+2
*
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
1
-2
/
+3
*
add loop rot
Chris Lattner
2007-04-07
1
-0
/
+1
*
Add loop rotation pass.
Devang Patel
2007-04-07
1
-0
/
+7
*
rearchitect the registration mechanism used by the command line option stuff.
Chris Lattner
2007-04-06
2
-20
/
+37
*
Switch some vectors to smallvectors. This reduces amount of malloc'd
Chris Lattner
2007-04-06
1
-6
/
+8
*
Eliminate unneeded virtual methods
Chris Lattner
2007-04-06
1
-49
/
+44
*
For PR1209:
Reid Spencer
2007-04-06
2
-30
/
+50
*
eliminate a virtual method
Chris Lattner
2007-04-05
1
-42
/
+39
[next]