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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support/Registry.h] Include llvm/Support/Compiler.h.
Argyrios Kyrtzidis
2013-06-27
1
-0
/
+2
*
Get rid of the unused class member.
Nadav Rotem
2013-06-27
1
-3
/
+2
*
CostModel: improve the cost model for load/store of non power-of-two types su...
Nadav Rotem
2013-06-27
2
-0
/
+62
*
R600: Remove alu-split.ll test
Tom Stellard
2013-06-27
1
-851
/
+0
*
[sanitizer] Support padding with spaces in Printf.
Sergey Matveev
2013-06-27
2
-35
/
+65
*
LoopVectorize: Use vectorized loop invariant gep index anchored in loop
Arnold Schwaighofer
2013-06-27
2
-8
/
+56
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
5
-8
/
+21
*
[lsan] Fix flaky test.
Sergey Matveev
2013-06-27
1
-2
/
+3
*
tsan: revert dynamic symbols file to the old incorrect one
Dmitry Vyukov
2013-06-27
2
-382
/
+5
*
tsan: remove non-existent functions from syms file
Dmitry Vyukov
2013-06-27
2
-13
/
+10
*
[msan] Optionally disable 2 tests (dlopen & gethostbyname).
Evgeniy Stepanov
2013-06-27
1
-12
/
+20
*
Add support for passing v8fp options via -mfpu.
Joey Gouly
2013-06-27
3
-1
/
+18
*
Add a Subtarget feature 'v8fp' to the ARM backend.
Joey Gouly
2013-06-27
7
-5
/
+36
*
Remove unused variable.
Benjamin Kramer
2013-06-27
1
-2
/
+0
*
Don't cast away constness.
Benjamin Kramer
2013-06-27
1
-1
/
+2
*
[SystemZ] Fix some embarrassing test typos
Richard Sandiford
2013-06-27
14
-30
/
+30
*
[SystemZ] Allow LA and LARL to be rematerialized
Richard Sandiford
2013-06-27
4
-4
/
+36
*
[SystemZ] Allow immediate moves to be rematerialized
Richard Sandiford
2013-06-27
8
-39
/
+94
*
[sanitizer] Fix dirent interceptors.
Evgeniy Stepanov
2013-06-27
3
-14
/
+47
*
[LSan] Add the way to disable LSan at link time
Alexey Samsonov
2013-06-27
4
-0
/
+41
*
[SystemZ] Add conditional store patterns
Richard Sandiford
2013-06-27
13
-9
/
+1910
*
Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and T...
Kostya Serebryany
2013-06-27
1
-0
/
+8
*
[TSan] try to fix Go build
Alexey Samsonov
2013-06-27
1
-0
/
+1
*
[MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't ...
Alexey Samsonov
2013-06-27
4
-9
/
+8
*
Update testing case to make DI nodes have the correct format.
Manman Ren
2013-06-27
1
-3
/
+3
*
Add CXXFLAGS back to the Link command.
Bob Wilson
2013-06-27
1
-1
/
+2
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
4
-12
/
+20
*
A bit of program simplification from r185056
Larisse Voufo
2013-06-27
2
-4
/
+2
*
Fixed the IRInterpreter to reject any code that
Sean Callanan
2013-06-27
1
-0
/
+14
*
Fix a conversion to incomplete type bug -- The error message now specifically...
Larisse Voufo
2013-06-27
4
-7
/
+43
*
Adding support for extracting line table information from .o files that do no...
Enrico Granata
2013-06-27
3
-10
/
+52
*
Fixed IRExecutionUnit so that it looks up addresses
Sean Callanan
2013-06-27
1
-2
/
+17
*
Delete dead code.
Eli Friedman
2013-06-27
4
-137
/
+1
*
Fix spelling.
Arnold Schwaighofer
2013-06-27
1
-1
/
+1
*
LoopVectorize: Don't store a reversed value in the vectorized value map
Arnold Schwaighofer
2013-06-27
2
-1
/
+59
*
[APFloat] Added unittest for APFloat.divide that checks special cases, result...
Michael Gottesman
2013-06-27
1
-0
/
+304
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
15
-23
/
+154
*
<rdar://problem/14195566>
Greg Clayton
2013-06-27
2
-9
/
+13
*
No need to use a Set when a vector would do.
Nadav Rotem
2013-06-27
1
-3
/
+3
*
Remove the process's reservation cache and don't
Sean Callanan
2013-06-27
3
-148
/
+2
*
Removed two logging printf statements from the APFloat tests... = /.
Michael Gottesman
2013-06-27
1
-8
/
+0
*
[APFloat] Added unittest for APFloat.multiply that checks special cases, resu...
Michael Gottesman
2013-06-26
1
-0
/
+307
*
[APFloat] Added unittest for APFloat.subtract that checks special cases, resu...
Michael Gottesman
2013-06-26
1
-0
/
+303
*
Simplify code.
Eli Friedman
2013-06-26
1
-39
/
+7
*
SLP: When searching for vectorization opportunities scan the blocks in post-o...
Nadav Rotem
2013-06-26
1
-2
/
+4
*
SLP: Dont erase instructions during vectorization because it prevents the out...
Nadav Rotem
2013-06-26
1
-2
/
+0
*
Handle all TemplateArguments in trivial TypeLocs.
Eli Friedman
2013-06-26
2
-4
/
+39
*
In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...
Michael Gottesman
2013-06-26
2
-5
/
+5
*
[APFloat] Convert all references to fcNormal to references to isFiniteNonZero().
Michael Gottesman
2013-06-26
1
-30
/
+30
*
PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's
Richard Smith
2013-06-26
3
-5
/
+102
[next]