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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
1
-0
/
+22
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
1
-81
/
+45
*
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
*
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
1
-0
/
+2
*
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
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-2
/
+2
*
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
2
-0
/
+252
*
test
Michael Ilseman
2012-08-30
1
-2
/
+2
*
Preserve branch profile metadata during switch formation.
Andrew Trick
2012-08-29
1
-0
/
+154
*
whitespace
Andrew Trick
2012-08-29
1
-168
/
+168
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
3
-18
/
+24
*
Fix undefined behavior (binding a reference to a dereferenced null pointer) if
Richard Smith
2012-08-17
1
-1
/
+1
*
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-13
1
-0
/
+5
*
remove tabs from my previous commit.
Nuno Lopes
2012-08-01
1
-2
/
+2
*
(hopefuly) fix the remaining cases where null wasnt expected (PR13497).
Nuno Lopes
2012-08-01
1
-0
/
+4
*
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-27
1
-4
/
+20
*
add EmitStrNLen()
Nuno Lopes
2012-07-25
1
-0
/
+27
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-21
/
+74
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-15
2
-5
/
+5
*
Make helper functions static.
Benjamin Kramer
2012-07-13
1
-1
/
+1
*
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
1
-5
/
+4
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-4
/
+5
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
2
-90
/
+152
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
2
-152
/
+90
*
revert r159440. As Duncan pointed out, the test for invoke is not needed at t...
Nuno Lopes
2012-06-29
1
-2
/
+1
*
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
1
-1
/
+2
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
5
-23
/
+23
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
2
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
4
-5
/
+5
*
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
2
-11
/
+5
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
1
-3
/
+3
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
1
-1
/
+1
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
1
-4
/
+3
*
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
1
-1
/
+2
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-1
/
+1
*
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-20
1
-25
/
+20
*
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-13
1
-24
/
+180
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
1
-4
/
+4
[next]