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
*
istreambuf_iterator increment should call sbumpc instead of snextc. Patch
Howard Hinnant
2012-11-16
1
-9
/
+7
*
Remove trailing spaces.
Jakub Staszak
2012-11-16
1
-70
/
+70
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
8
-103
/
+227
*
StmtDumper: remove incomplete support for limiting the maximum dump depth.
Dmitri Gribenko
2012-11-16
2
-40
/
+7
*
<rdar://problem/12238339>
Greg Clayton
2012-11-16
1
-0
/
+5
*
Fix lldb to compile with top of tree LLVM/clang.
Greg Clayton
2012-11-16
2
-2
/
+2
*
Use array_pod_sort instead of std::sort.
Andrew Trick
2012-11-16
1
-41
/
+36
*
typo
Andrew Trick
2012-11-16
1
-3
/
+3
*
Add myself as owner of XCore Backend.
Richard Osborne
2012-11-16
1
-0
/
+4
*
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-16
3
-7
/
+26
*
Fix handling of aliases to functions.
Richard Osborne
2012-11-16
2
-13
/
+41
*
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-16
2
-3
/
+87
*
Preserve address space of forward-referenced global variables in the LL parser
Justin Holewinski
2012-11-16
2
-1
/
+11
*
Make this easier to understand, as suggested by Chandler.
Duncan Sands
2012-11-16
2
-2
/
+12
*
Added program header emission
Hemant Kulkarni
2012-11-16
1
-3
/
+45
*
Remove conditions from 'else if' that were guaranteed by preceding 'if'.
Craig Topper
2012-11-16
1
-12
/
+12
*
<rdar://problem/12712928>
Greg Clayton
2012-11-16
1
-1
/
+0
*
ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress.
Will Schmidt
2012-11-16
1
-0
/
+37
*
InstructionSimplify should be able to simplify A+B==B+A to 'true'
Duncan Sands
2012-11-16
2
-2
/
+23
*
Using const cast to alleviate a warning.
Joe Abbey
2012-11-16
1
-1
/
+2
*
Update RecordingMemoryManager as per change to RuntimeDyld base class
Daniel Malea
2012-11-16
2
-3
/
+18
*
Factor out the final FADD that's common to multiple code paths in the visitLo...
Craig Topper
2012-11-16
1
-45
/
+30
*
move irrelevant attribution.
Chris Lattner
2012-11-16
1
-3
/
+1
*
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
2
-2
/
+32
*
Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).
Andrew Kaylor
2012-11-16
7
-0
/
+220
*
Finally add myself to the credits.
Craig Topper
2012-11-16
1
-0
/
+4
*
Fix partial-match-bind-behavior with forEachDescendant() matchers.
Daniel Jasper
2012-11-16
2
-2
/
+21
*
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-16
1
-1
/
+2
*
[analyzer] SATestBuild.py: fix broken string concatenation
Jordan Rose
2012-11-16
1
-2
/
+2
*
Work around a layering violation from Target to CodeGen.
Benjamin Kramer
2012-11-16
1
-1
/
+1
*
Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...
Benjamin Kramer
2012-11-16
2
-1
/
+6
*
llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t...
NAKAMURA Takumi
2012-11-16
2
-2
/
+2
*
ubsan: fix broken test case by using brand new [[@LINE]] FileCheck feature
Alexey Samsonov
2012-11-16
1
-3
/
+3
*
UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...
Alexey Samsonov
2012-11-16
6
-23
/
+40
*
UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...
Alexey Samsonov
2012-11-16
3
-7
/
+26
*
UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.
Alexey Samsonov
2012-11-16
1
-2
/
+2
*
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-16
8
-13
/
+254
*
Update credits file regarding SROA work... Also include my other primary
Chandler Carruth
2012-11-16
1
-0
/
+2
*
Add myself as the code owner for a bunch of stuff.
Chandler Carruth
2012-11-16
1
-0
/
+5
*
asan: sync with gcc r193553
Dmitry Vyukov
2012-11-16
1
-0
/
+14
*
[TSan] use explicit ctor for BlockingCall
Alexey Samsonov
2012-11-16
1
-1
/
+1
*
Add MCJIT test case for running global constructors.
Amara Emerson
2012-11-16
1
-0
/
+21
*
Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld reads
Amara Emerson
2012-11-16
2
-3
/
+2
*
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
Hans Wennborg
2012-11-16
2
-1
/
+23
*
[TSan] use llvm-symbolizer to run tsan tests
Alexey Samsonov
2012-11-16
4
-3
/
+27
*
Store this Decl* as a Decl* instead of a uintptr_t. No functionality change.
Nick Lewycky
2012-11-16
3
-24
/
+22
*
[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...
Alexey Samsonov
2012-11-16
3
-24
/
+39
*
Factor some common code to reduce compile size.
Craig Topper
2012-11-16
1
-37
/
+20
*
LoopVectorize: Division reductions generate incorrect code. Remove the part o...
Nadav Rotem
2012-11-16
1
-2
/
+0
*
Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...
Craig Topper
2012-11-16
3
-0
/
+212
[next]