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
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
15
-47
/
+26
*
R600: Add a few tests I forgot to add.
Matt Arsenault
2014-06-19
3
-0
/
+103
*
Move optimization of some cases of (A & C1)|(B & C2) from instcombine to inst...
Nick Lewycky
2014-06-19
3
-23
/
+69
*
Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine ...
Nick Lewycky
2014-06-19
3
-1
/
+39
*
Remove redundant code in InstCombineShift, no functionality change because in...
Nick Lewycky
2014-06-19
1
-5
/
+0
*
MS asm: Properly handle quoted symbol names
David Majnemer
2014-06-19
3
-3
/
+25
*
DiagnoseUnknownTypename always emits a diagnostic and returns true
Reid Kleckner
2014-06-19
5
-40
/
+29
*
R600/SI: Add intrinsics for various math instructions.
Matt Arsenault
2014-06-19
20
-32
/
+393
*
Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit oper...
David Blaikie
2014-06-19
1
-1
/
+2
*
Unbreak the build after r211244.
David Blaikie
2014-06-19
1
-13
/
+0
*
PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...
Nikola Smiljanic
2014-06-19
3
-3
/
+35
*
Objective-C ARC. Allow conversion of (void*) pointers to
Fariborz Jahanian
2014-06-18
4
-6
/
+28
*
Actually make a real scoped locker rather than constructing one that gets imm...
Jim Ingham
2014-06-18
1
-9
/
+8
*
Add a lock in the UnwindTable class so two Targets won't try
Jason Molenda
2014-06-18
4
-2
/
+13
*
Sema: Static redeclaration after extern declarations is a Microsoft Extension
David Majnemer
2014-06-18
8
-36
/
+60
*
Objective-C. Revert my patch in r211234.
Fariborz Jahanian
2014-06-18
5
-24
/
+8
*
Missing reduction detection test cases
Johannes Doerfert
2014-06-18
4
-0
/
+152
*
Objective-C ARC. Allow conversion of (void*) pointers to
Fariborz Jahanian
2014-06-18
5
-8
/
+24
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
9
-24
/
+28
*
Use stdint macros for specifying size of constants
Matt Arsenault
2014-06-18
1
-2
/
+3
*
Teach llvm-size to know about Mach-O universal files (aka fat files) and
Kevin Enderby
2014-06-18
3
-1
/
+65
*
R600: Handle fnearbyint
Matt Arsenault
2014-06-18
3
-0
/
+70
*
R600/SI: add gather4 and getlod intrinsics (v3)
Marek Olsak
2014-06-18
6
-26
/
+727
*
tests: relax ms-intrinsics test
Saleem Abdulrasool
2014-06-18
1
-17
/
+14
*
Use LL suffix for literal that should be 64-bits.
Matt Arsenault
2014-06-18
1
-1
/
+1
*
Relax the cl-inputs.c test a little bit in case link.exe is on PATH
Reid Kleckner
2014-06-18
1
-2
/
+2
*
[MS-ABI] Implement typeid
Warren Hunt
2014-06-18
2
-2
/
+93
*
Add a symbols() range and use a range loop.
Rafael Espindola
2014-06-18
2
-5
/
+7
*
Simplify code.
Rafael Espindola
2014-06-18
1
-10
/
+1
*
MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Saleem Abdulrasool
2014-06-18
2
-2
/
+12
*
MCAsmParser: full support for gas' '.if{cond} expression' directives
Saleem Abdulrasool
2014-06-18
3
-8
/
+130
*
CodeGen: improve ms instrincics support
Saleem Abdulrasool
2014-06-18
4
-22
/
+74
*
Objective-C. Check for integer overflow in Objective-C's
Fariborz Jahanian
2014-06-18
2
-2
/
+20
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
7
-71
/
+69
*
Revert a C API difference that I incorrectly introduced.
Rafael Espindola
2014-06-18
2
-0
/
+5
*
Don't allow multiple line entries with the same address to exist sequentially.
Greg Clayton
2014-06-18
1
-1
/
+11
*
Add pown
Jeroen Ketema
2014-06-18
4
-0
/
+35
*
Add missing undefs
Jeroen Ketema
2014-06-18
2
-3
/
+7
*
[analyzer] Don't create new PostStmt nodes if we don't have to.
Jordan Rose
2014-06-18
2
-1
/
+28
*
Make getBaseObject static.
Rafael Espindola
2014-06-18
1
-1
/
+1
*
Change IRObjectFile to parse the bitcode lazily.
Rafael Espindola
2014-06-18
1
-2
/
+13
*
Revert "[sanitizer] Intercept pthread_*attr_get*."
Arnold Schwaighofer
2014-06-18
6
-103
/
+11
*
Remove BitcodeReader::setBufferOwned.
Rafael Espindola
2014-06-18
3
-23
/
+12
*
Simply test for available locations in optimization remarks.
Diego Novillo
2014-06-18
1
-1
/
+1
*
[PowerPC] Remove unnecessary load of r12 in indirect call
Ulrich Weigand
2014-06-18
1
-4
/
+0
*
Update to the latest registered ELF e_machine names and values.
Rafael Espindola
2014-06-18
1
-1
/
+22
*
Run clang-format in a small chunk of code I am about to change.
Rafael Espindola
2014-06-18
1
-13
/
+9
*
Add an option for debugserver to propagate its environment to programs it lau...
Greg Clayton
2014-06-18
1
-0
/
+18
*
ProfileData: Fix copy-paste type in RawInstrProfReader
Justin Bogner
2014-06-18
1
-2
/
+2
*
[ARM] [MC] Refactor the constant pool classes
Weiming Zhao
2014-06-18
4
-136
/
+177
[next]