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
*
Revert r157755.
Manman Ren
2012-06-06
1
-8
/
+0
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-0
/
+132
*
Move RegisterPressure.h.
Andrew Trick
2012-06-06
1
-0
/
+255
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-3
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-4
/
+1
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
2012-06-05
1
-3
/
+41
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+5
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
4
-22
/
+51
*
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
2
-0
/
+12
*
Remove dead function.
Jakob Stoklund Olesen
2012-06-05
1
-6
/
+0
*
IntegersSubsetMapping: added exclude operation, that allows to exclude subset...
Stepan Dyatkovskiy
2012-06-05
1
-0
/
+59
*
IntegersSubsetMapping:
Stepan Dyatkovskiy
2012-06-05
2
-12
/
+15
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
2
-8
/
+86
*
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-06-05
1
-0
/
+2
*
whitespace
Andrew Trick
2012-06-05
1
-4
/
+5
*
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
1
-20
/
+0
*
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+4
*
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
1
-4
/
+0
*
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-06-04
1
-41
/
+41
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-0
/
+2
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
1
-10
/
+2
*
getAllOnesValue also works for vectors of integers.
Duncan Sands
2012-06-04
1
-2
/
+2
*
IntRange: Restore the copy constuctor explicitly to appase buildbot.
NAKAMURA Takumi
2012-06-03
1
-1
/
+3
*
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
1
-33
/
+33
*
Added unittests for IntegersSubset and IntegersSubsetMapping.
Stepan Dyatkovskiy
2012-06-02
2
-20
/
+43
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
10
-10
/
+10
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
3
-35
/
+41
*
Add move semantics to APInt.
Benjamin Kramer
2012-06-02
1
-0
/
+23
*
Additional change for 157881. Forget to fix another IntegerSubset constructor.
Stepan Dyatkovskiy
2012-06-02
1
-3
/
+1
*
Small fix due to buildbot failures on mingw32. Fixed call of parent construct...
Stepan Dyatkovskiy
2012-06-02
1
-1
/
+4
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
2
-37
/
+40
*
Remove the old register list functions from MCRegisterInfo.
Jakob Stoklund Olesen
2012-06-01
1
-36
/
+0
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
2
-7
/
+11
*
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
1
-0
/
+9
*
Provide move semantics for (Small)BitVector.
Benjamin Kramer
2012-06-01
2
-0
/
+40
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
2
-116
/
+140
*
Remove noisy semicolons.
Benjamin Kramer
2012-06-01
1
-26
/
+26
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
3
-94
/
+138
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-1
/
+3
*
IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.
Benjamin Kramer
2012-05-31
1
-30
/
+2
*
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
1
-0
/
+8
*
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+23
*
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-31
1
-1
/
+46
*
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-31
1
-0
/
+7
*
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
1
-1
/
+2
*
Add MCRegisterInfo::RegListIterator.
Jakob Stoklund Olesen
2012-05-30
2
-6
/
+58
*
Mark insertq/extrq intrinsic readnone.
Benjamin Kramer
2012-05-30
1
-4
/
+5
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
2
-0
/
+7
*
Make DiffListIterator public to unbreak the gcc buildbots.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+1
[next]