index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-11
1
-0
/
+1
*
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
2
-0
/
+133
*
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-10
1
-4
/
+6
*
Fix style issues from r163302 pointed out by Evan.
Hans Wennborg
2012-09-10
1
-18
/
+15
*
Move spaces to the right places. No functionality change.
Nick Lewycky
2012-09-09
1
-4
/
+4
*
DSE: Poking holes into a SetVector is expensive, avoid it if possible.
Benjamin Kramer
2012-09-09
1
-5
/
+5
*
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-08
1
-1
/
+0
*
SimplifyCFG: ValidLookupTableConstant should be static
Hans Wennborg
2012-09-07
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
3
-0
/
+18
*
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
1
-5
/
+6
*
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-06
1
-0
/
+286
*
Update function names to conform to guidelines.
Jim Grosbach
2012-09-06
1
-26
/
+26
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-2
/
+2
*
[asan] fix lint
Kostya Serebryany
2012-09-05
1
-1
/
+1
*
[asan] extend the blacklist functionality to handle global-init. Patch by Rei...
Kostya Serebryany
2012-09-05
3
-1
/
+11
*
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
1
-37
/
+42
*
BypassSlowDivision: Assign to reference, don't copy the object.
Jakub Staszak
2012-09-04
1
-2
/
+2
*
Fix my previous patch (r163164). It does now what it is supposed to do:
Jakub Staszak
2012-09-04
1
-1
/
+0
*
Return false if BypassSlowDivision doesn't change anything.
Jakub Staszak
2012-09-04
1
-33
/
+34
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
3
-1
/
+266
*
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-04
1
-7
/
+30
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
1
-7
/
+22
*
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-09-02
1
-32
/
+21
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-1
/
+1
*
LoopRotation: Check some invariants of the dominator updating code.
Benjamin Kramer
2012-09-01
1
-0
/
+3
*
test
Michael Ilseman
2012-08-30
1
-2
/
+2
*
LoopRotate: Also rotate loops with multiple exits.
Benjamin Kramer
2012-08-30
1
-13
/
+60
*
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
1
-1
/
+1
*
Whitespace
Alexey Samsonov
2012-08-30
1
-3
/
+3
*
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-30
1
-10
/
+0
*
Pass by pointer and not std::string.
Bill Wendling
2012-08-30
1
-2
/
+2
*
Revert r162855 in favor of changing clang to emit the absolute coverage file ...
Bill Wendling
2012-08-30
1
-19
/
+7
*
Preserve branch profile metadata during switch formation.
Andrew Trick
2012-08-29
1
-0
/
+154
*
whitespace
Andrew Trick
2012-08-29
1
-168
/
+168
*
Use the full path to output the .gcda file.
Bill Wendling
2012-08-29
1
-7
/
+19
*
Use ArrayRef instead of SmallVector when passing vector into function.
Bill Wendling
2012-08-29
1
-4
/
+3
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
19
-84
/
+113
*
InstCombine: Defensively avoid undefined shifts by limiting the amount to the...
Benjamin Kramer
2012-08-28
1
-2
/
+2
*
InstCombine: Guard the transform introduced in r162743 against large ints and...
Benjamin Kramer
2012-08-28
1
-10
/
+10
*
Make sure that we don't call getZExtValue on values > 64 bits.
Nadav Rotem
2012-08-28
1
-8
/
+8
*
Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.
Nadav Rotem
2012-08-28
1
-0
/
+20
*
Don't use for loops for code that is only intended to execute once. No
Dan Gohman
2012-08-27
1
-6
/
+6
*
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...
Kostya Serebryany
2012-08-24
5
-17
/
+17
*
[asan/tsan] extend the functionality of FunctionBlackList to globals and modu...
Kostya Serebryany
2012-08-24
2
-55
/
+89
*
GVN: Fix quadratic runtime on the number of switch cases.
Benjamin Kramer
2012-08-24
1
-2
/
+10
*
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
Benjamin Kramer
2012-08-22
1
-5
/
+5
*
Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe
Chad Rosier
2012-08-22
1
-36
/
+99
*
Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No
Chad Rosier
2012-08-22
1
-14
/
+15
*
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
Richard Smith
2012-08-21
1
-25
/
+28
*
Don't bind a reference to a dereferenced null pointer (for return value of We...
Richard Smith
2012-08-21
1
-1
/
+2
[next]