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
*
Teach AsmPrinter how to print odd constants.
Quentin Colombet
2013-06-07
4
-2
/
+95
*
DIBuilder: No functionality change.
Manman Ren
2013-06-07
2
-41
/
+45
*
Vincent says the element is at most once in the vector, so we don't need a fu...
Benjamin Kramer
2013-06-07
1
-3
/
+7
*
Use isxdigit.
Rafael Espindola
2013-06-07
1
-9
/
+1
*
Make operator== non-member for greater symmetry.
Rafael Espindola
2013-06-07
1
-7
/
+9
*
Fix a typo in asm string of BP* family of instructions. With this fix
Roman Divacky
2013-06-07
2
-3
/
+3
*
[Object/COFF] BaseOfData field should be absent in PE32+.
Rui Ueyama
2013-06-07
1
-1
/
+0
*
Support OpenBSD's native frame protection conventions.
Rafael Espindola
2013-06-07
2
-11
/
+41
*
R600: Fix a potential iterator invalidation issue.
Benjamin Kramer
2013-06-07
1
-5
/
+3
*
R600: Remove an extra break in R600OptimizeVectorRegisters.cpp
Vincent Lejeune
2013-06-07
1
-3
/
+1
*
[llvm-symbolizer] rewrite r183213 in a more clear way
Alexey Samsonov
2013-06-07
2
-7
/
+10
*
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
Benjamin Kramer
2013-06-07
2
-7
/
+22
*
Optimize BitVector::all().
Benjamin Kramer
2013-06-07
2
-2
/
+18
*
Fold variable that's only used in assert into the assert.
Benjamin Kramer
2013-06-07
1
-2
/
+1
*
Add a script to help us create source tar balls for the release.
Bill Wendling
2013-06-07
1
-0
/
+83
*
Use proper exit code.
Bill Wendling
2013-06-07
1
-1
/
+1
*
Correct wrong register in this example, pointed out by Baoshan Pang.
Duncan Sands
2013-06-07
1
-1
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
7
-20
/
+27
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
11
-40
/
+67
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
3
-6
/
+5
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
4
-10
/
+6
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
9
-19
/
+25
*
[objc-arc] Ensure that the cfg path count does not overflow when we multiply ...
Michael Gottesman
2013-06-07
2
-13
/
+569
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
15
-42
/
+48
*
Don't cache the instruction info and register info objects.
Bill Wendling
2013-06-07
6
-28
/
+22
*
DIBuilder: No functionality change.
Manman Ren
2013-06-07
2
-5
/
+5
*
ARM sched model: Use the right resources for DIV
Arnold Schwaighofer
2013-06-07
1
-1
/
+1
*
ARM sched model: Add VFP div instruction on Swift
Arnold Schwaighofer
2013-06-07
1
-0
/
+16
*
CodeGenSchedule: Use resize instead of copying a vector
Arnold Schwaighofer
2013-06-07
1
-2
/
+2
*
ARM sched model: Add SIMD/VFP load/store instructions on Swift
Arnold Schwaighofer
2013-06-07
1
-0
/
+364
*
[Sparc]: Use cmp instruction instead of subcc to compare integers.
Venkatraman Govindaraju
2013-06-07
7
-34
/
+36
*
Simplify code. No functionality change.
Jakub Staszak
2013-06-06
1
-2
/
+1
*
Remove unneeded #include.
Jakub Staszak
2013-06-06
1
-1
/
+0
*
CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerous
Arnold Schwaighofer
2013-06-06
1
-1
/
+3
*
R600: Rewrite an awkward loop in R600MachineScheduler
Vincent Lejeune
2013-06-06
1
-7
/
+15
*
Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...
Nadav Rotem
2013-06-06
1
-1
/
+7
*
Fix break in r183446 - helps to increment the iterator in a loop
David Blaikie
2013-06-06
1
-1
/
+2
*
Revert "ARM sched model: Add SIMD/VFP load/store instructions on Swift"
Arnold Schwaighofer
2013-06-06
1
-364
/
+0
*
Debug Info: simplify parameter ordering preservation
David Blaikie
2013-06-06
1
-25
/
+21
*
ARM sched model: Add SIMD/VFP load/store instructions on Swift
Arnold Schwaighofer
2013-06-06
1
-0
/
+364
*
Move the test for the data in code into the ARM directory as it is an ARM
Kevin Enderby
2013-06-06
1
-0
/
+0
*
ARM sched model: Add integer VFP/SIMD instructions on Swift
Arnold Schwaighofer
2013-06-06
3
-0
/
+125
*
Re-apply "Use IRBuilder instead of ConstantInt methods." with the fixed issues.
Jakub Staszak
2013-06-06
1
-68
/
+55
*
ARM sched model: Add integer load/store instructions on Swift
Arnold Schwaighofer
2013-06-06
1
-0
/
+209
*
ARM sched model: Add integer arithmetic instructions on Swift
Arnold Schwaighofer
2013-06-06
1
-0
/
+155
*
ARM sched model: Cortex A9 - More InstRW sched resources
Arnold Schwaighofer
2013-06-06
1
-4
/
+45
*
Add a testcase from pr16244.
Rafael Espindola
2013-06-06
1
-0
/
+10
*
ARM sched model: Add branch thumb instructions
Arnold Schwaighofer
2013-06-06
1
-18
/
+21
*
ARM sched model: Add branch thumb2 instructions
Arnold Schwaighofer
2013-06-06
1
-11
/
+15
*
ARM sched model: Add branch instructions
Arnold Schwaighofer
2013-06-06
1
-27
/
+35
[next]