index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[NVPTX] Fix handling of vector arguments
Justin Holewinski
2013-03-24
3
-7
/
+83
*
Clean up Sparc patterns.
Jakob Stoklund Olesen
2013-03-24
1
-5
/
+5
*
Allow types to be omitted in output patterns.
Jakob Stoklund Olesen
2013-03-24
2
-0
/
+16
*
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
2013-03-24
3
-16
/
+38
*
GettingStarted: Add Git clone instructions for compiler-rt and test-suite
Tobias Grosser
2013-03-24
1
-1
/
+18
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
1
-6
/
+7
*
Use dyn_cast instead of isa && cast.
Jakub Staszak
2013-03-24
1
-8
/
+6
*
Give Sparc instruction patterns direct types instead of register classes.
Jakob Stoklund Olesen
2013-03-24
2
-88
/
+75
*
Allow direct value types to be used in instruction 'set' patterns.
Jakob Stoklund Olesen
2013-03-24
1
-2
/
+24
*
PPC ZERO register needs a register number of 0.
Hal Finkel
2013-03-23
1
-0
/
+1
*
Note in PPCFunctionInfo VRSAVE spills
Hal Finkel
2013-03-23
4
-14
/
+34
*
MCize the bcl instruction in PPCAsmPrinter
Hal Finkel
2013-03-23
1
-4
/
+5
*
Use direct types in Sparc def : Pat patterns.
Jakob Stoklund Olesen
2013-03-23
1
-10
/
+10
*
Allow direct value types in pattern definitions.
Jakob Stoklund Olesen
2013-03-23
2
-5
/
+29
*
Cleanup some unused reg. scavenger parameters in PPCRegisterInfo
Hal Finkel
2013-03-23
2
-33
/
+19
*
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
Jakob Stoklund Olesen
2013-03-23
2
-21
/
+21
*
Remove dead PPC LR spilling code
Hal Finkel
2013-03-23
1
-30
/
+8
*
Plug a memory leak in FileCheck when the input file is empty.
Benjamin Kramer
2013-03-23
1
-6
/
+6
*
Move X86-dependent test into the right subdirectory.
Benjamin Kramer
2013-03-23
1
-0
/
+0
*
Remove the type legality check from the SelectionDAGBuilder when it lowers @l...
Owen Anderson
2013-03-23
2
-1
/
+20
*
Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...
Michael Gottesman
2013-03-23
1
-4
/
+4
*
Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...
Michael Gottesman
2013-03-23
1
-3
/
+3
*
Fix comparison of mixed signedness
Hal Finkel
2013-03-23
1
-1
/
+1
*
[docs] Slight reword for precision.
Sean Silva
2013-03-22
1
-1
/
+1
*
[docs] Document usage of SmallVectorImpl in interfaces.
Sean Silva
2013-03-22
1
-0
/
+27
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
10
-43
/
+84
*
Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.
Manman Ren
2013-03-22
2
-0
/
+176
*
Kill every call to @clang.arc.use in the ARC contract phase.
John McCall
2013-03-22
6
-3
/
+33
*
Update test. There may be multiple catches, but those will be cleaned up.
Bill Wendling
2013-03-22
1
-0
/
+5
*
Add all clauses when merging the landing pads. Duplicates will be handled lat...
Bill Wendling
2013-03-22
1
-24
/
+14
*
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
3
-11
/
+1
*
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
3
-23
/
+29
*
Reverted r176374. In some cases the lit.site.cfg file does not get generated ...
Galina Kistanova
2013-03-22
1
-0
/
+5
*
Don't use the removed API.
Bill Wendling
2013-03-22
1
-5
/
+2
*
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
2
-10
/
+0
*
Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...
Jyotsna Verma
2013-03-22
9
-494
/
+1948
*
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
9
-19
/
+9
*
fix small doc typo
Eli Bendersky
2013-03-22
1
-1
/
+1
*
R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730
Michel Danzer
2013-03-22
1
-1
/
+1
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
8
-148
/
+71
*
Rename memrr ptrreg and offreg components.
Ulrich Weigand
2013-03-22
2
-22
/
+22
*
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-22
4
-20
/
+40
*
Tighten iaddroff ComplexPattern.
Ulrich Weigand
2013-03-22
1
-4
/
+4
*
Remove the xaddroff ComplexPattern.
Ulrich Weigand
2013-03-22
3
-31
/
+18
*
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
2013-03-22
4
-15
/
+5
*
[asan] Change the way we report the alloca frame on stack-buff-overflow.
Kostya Serebryany
2013-03-22
1
-8
/
+15
*
tsan: fix the test
Dmitry Vyukov
2013-03-22
1
-1
/
+1
*
tsan: handle vptr loads specially
Dmitry Vyukov
2013-03-22
2
-0
/
+23
*
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
2
-12
/
+23
*
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
4
-11
/
+43
[prev]
[next]