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
...
*
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
4
-0
/
+207
*
Fixed a bug where if something went wrong while
Sean Callanan
2012-09-28
1
-0
/
+4
*
Update template type diffing to handle qualifiers. Differing qualifiers will
Richard Trieu
2012-09-28
3
-0
/
+341
*
Testcase for r164835
Manman Ren
2012-09-28
1
-0
/
+28
*
Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T...
Richard Smith
2012-09-28
3
-0
/
+13
*
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
3
-0
/
+312
*
Clean up part of template type diffing. Moved repeated code to separate
Richard Trieu
2012-09-28
1
-32
/
+30
*
Modern objcective-C translator. When doing rewriting, Do not
Fariborz Jahanian
2012-09-28
3
-2
/
+5
*
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-28
1
-5
/
+28
*
Improve the diagnostic messages on dynamic_cast.
Howard Hinnant
2012-09-28
1
-6
/
+6
*
Due to a mistake on my own part, I need to burn some version numbers. This d...
Howard Hinnant
2012-09-28
1
-1
/
+1
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
15
-376
/
+1285
*
[analyzer] Handle inlined constructors for rvalue temporaries correctly.
Jordan Rose
2012-09-28
3
-7
/
+22
*
[analyzer] Create a temp region when a method is called on a struct rvalue.
Jordan Rose
2012-09-28
2
-22
/
+40
*
[analyzer] Create a temporary region for rvalue structs when accessing fields
Jordan Rose
2012-09-28
3
-13
/
+20
*
Avoid malloc thrashing in the uninitialized value analysis.
Benjamin Kramer
2012-09-28
1
-11
/
+5
*
PackedVector: Make the BitVector implementation configurable.
Benjamin Kramer
2012-09-28
1
-13
/
+14
*
Fix a bug introduced in an earlier revision: actually return the StopReason, ...
Filipe Cabecinhas
2012-09-28
1
-1
/
+1
*
Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it in
Daniel Jasper
2012-09-28
1
-3
/
+2
*
Provide malloc-free sentinels for the SparseBitVector internals.
Benjamin Kramer
2012-09-28
1
-0
/
+16
*
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
2012-09-28
1
-4
/
+7
*
[ASan] Fix unit test headers. Add an option to change substitute asan_test_co...
Alexey Samsonov
2012-09-28
5
-7
/
+13
*
[ASan] use llvm-symbolizer (in offline mode) in ASan output tests on Linux
Alexey Samsonov
2012-09-28
3
-0
/
+13
*
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
2
-0
/
+30
*
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
3
-1
/
+9
*
[asan] Change defaults for Android target.
Evgeniy Stepanov
2012-09-28
1
-2
/
+10
*
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
2
-2
/
+27
*
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
2
-0
/
+12
*
Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc...
Craig Topper
2012-09-28
1
-1
/
+3
*
Recognize the eax/ebp/eip etc version of x86 register
Jason Molenda
2012-09-28
1
-2
/
+10
*
1. Add load/store words from the stack
Reed Kotler
2012-09-28
3
-34
/
+86
*
Fix the extra space char being emitted in this message when breakpoints resol...
Jason Molenda
2012-09-28
1
-1
/
+1
*
Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...
Howard Hinnant
2012-09-28
2
-10
/
+48
*
Improved the runtime reading to also get data
Sean Callanan
2012-09-27
3
-37
/
+65
*
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
1
-0
/
+6
*
Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...
Greg Clayton
2012-09-27
12
-222
/
+550
*
Fix more crlf issues.
Micah Villmow
2012-09-27
1
-34
/
+34
*
Fix a regression from r164656.
Eli Friedman
2012-09-27
2
-2
/
+16
*
[analyzer] Address Jordan's code review for r164790.
Anna Zaks
2012-09-27
2
-20
/
+20
*
[analyzer] IvarInvalidation: track synthesized ivars and allow escape
Anna Zaks
2012-09-27
2
-31
/
+77
*
Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...
Jason Molenda
2012-09-27
4
-40
/
+40
*
instcombine: Add more test cases for __strncpy_chk simplification
Meador Inge
2012-09-27
2
-0
/
+87
*
instcombine: Add more test cases for __strcpy_chk simplification
Meador Inge
2012-09-27
3
-13
/
+109
*
instcombine: Add more test cases for __memmove_chk simplification
Meador Inge
2012-09-27
2
-0
/
+84
*
instcombine: Add more test cases for __memcpy_chk simplification
Meador Inge
2012-09-27
2
-0
/
+84
*
instcombine: Add more test cases for __memset_chk simplification
Meador Inge
2012-09-27
3
-18
/
+81
*
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
2
-2
/
+1
*
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Fixed some bugs in the runtime reader code. Also
Sean Callanan
2012-09-27
2
-7
/
+320
*
Unbreak cmake build
Anna Zaks
2012-09-27
1
-0
/
+1
[prev]
[next]