index
:
~vadimg/llvm
master
r600-wip-sched
si_sched
vadimg's llvm repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-27
Add support to BasicBlocks for iterating backwards over the
HEAD
master
Chandler Carruth
1
-2
/
+9
2012-12-27
Provide a common half-open interval map info implementation, and just
Chandler Carruth
2
-11
/
+23
2012-12-27
Make this parameter be named consistently with most other
Chandler Carruth
1
-2
/
+2
2012-12-27
docs: Add FAQ about "storing to a virtual register".
Sean Silva
1
-0
/
+23
2012-12-27
docs: Move link to the new "external tutorials" area.
Sean Silva
2
-7
/
+5
2012-12-27
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
2
-70
/
+115
2012-12-27
DAGCombinerInformation: add a getter that exposes the dagcombine level.
Nadav Rotem
1
-0
/
+1
2012-12-27
Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizer
Alexey Samsonov
1
-1
/
+1
2012-12-27
docs: Update the benchmark with updated perf numbers.
Nadav Rotem
1
-0
/
+0
2012-12-27
On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized
Nadav Rotem
2
-15
/
+144
2012-12-27
AVX/AVX2: Move the code that lowers vector-trunc from a DAGCo-hook to custom ...
Nadav Rotem
1
-106
/
+96
2012-12-27
Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT.
Craig Topper
1
-0
/
+3
2012-12-27
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
5
-17
/
+38
2012-12-27
Move single letter 'P' prefix out of multiclass now that tablegen allows defm...
Craig Topper
1
-86
/
+85
2012-12-27
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
1
-1
/
+5
2012-12-27
Add hasSideEffects=0 to some shift and rotate instructions. None of which are...
Craig Topper
1
-1
/
+5
2012-12-27
Mark the divide instructions as hasSideEffects=0.
Craig Topper
1
-0
/
+2
2012-12-27
For the dwarf5 split debug info code split out the string section
Eric Christopher
4
-25
/
+57
2012-12-27
FileCheck-ize.
Eric Christopher
1
-5
/
+8
2012-12-27
FileCheck-ize.
Eric Christopher
1
-7
/
+11
2012-12-27
Add hasSideEffects=0 to CMP*rr_REV.
Craig Topper
1
-0
/
+1
2012-12-27
whitespace
Nadav Rotem
1
-3
/
+3
2012-12-27
Add mayLoad, mayStore, and hasSideEffects tags to BT/BTS/BTR/BTC instructions...
Craig Topper
1
-19
/
+43
2012-12-27
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
3
-7
/
+41
2012-12-26
If all of the write objects are identified then we can vectorize the loop eve...
Nadav Rotem
2
-1
/
+58
2012-12-26
Fix operands and encoding form for ARPL instruction. Register form had and ...
Craig Topper
1
-2
/
+2
2012-12-26
Add hasSideEffects=0 to some atomic instructions.
Craig Topper
1
-1
/
+1
2012-12-26
Mark the AL/AX/EAX forms of the basic arithmetic operations has never having ...
Craig Topper
1
-43
/
+44
2012-12-26
80 columns. No functionality change.
Nick Lewycky
1
-1
/
+1
2012-12-26
Remove mid-optimizer warning. This situation should be handled differently,
Nick Lewycky
1
-5
/
+2
2012-12-26
Mark all the _REV instructions as not having side effects. They aren't really...
Craig Topper
4
-9
/
+10
2012-12-26
Remove a special conditional setting of neverHasSideEffects if the instructio...
Craig Topper
1
-4
/
+3
2012-12-26
Update the docs with the new workload that was added.
Nadav Rotem
1
-0
/
+0
2012-12-26
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
3
-24
/
+73
2012-12-26
Fix comment typo
Eli Bendersky
1
-1
/
+1
2012-12-26
[msan] Raise alignment of origin stores/loads when possible.
Evgeniy Stepanov
2
-7
/
+20
2012-12-26
[msan] Expand the file comment with track-origins info.
Evgeniy Stepanov
1
-5
/
+27
2012-12-26
Fix quoting in configure. Patch by Krzysztof Parzyszek!
Benjamin Kramer
2
-4
/
+4
2012-12-26
Merge still more SSE/AVX instruction definitions.
Craig Topper
1
-43
/
+15
2012-12-26
Merge more SSE/AVX instruction definitions.
Craig Topper
1
-129
/
+49
2012-12-26
TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...
NAKAMURA Takumi
1
-1
/
+1
2012-12-26
revert an accidental commit.
Nadav Rotem
1
-12
/
+0
2012-12-26
Fix 80 column violation.
Craig Topper
1
-2
/
+2
2012-12-26
Fix class name in comment.
Craig Topper
1
-1
/
+1
2012-12-26
Merge SSE/AVX PCMPEQ/PCMPGT instruction definitions.
Craig Topper
1
-62
/
+12
2012-12-26
Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel.
Nadav Rotem
1
-0
/
+14
2012-12-26
Remove 'v' from mnemonic to fix asm matching failures.
Craig Topper
1
-1
/
+1
2012-12-26
Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...
Craig Topper
1
-108
/
+42
2012-12-26
Reformat the docs.
Nadav Rotem
1
-20
/
+7
2012-12-26
white space
Nadav Rotem
1
-1
/
+0
[next]