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
*
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
*
ARM sched model: Add preload thumb2 instructions
Arnold Schwaighofer
2013-06-06
1
-3
/
+6
*
Remove unimplemented definition. Found using [-Wunused-member-function].
Jakub Staszak
2013-06-06
1
-2
/
+0
*
ARM sched model: Add preload instructions
Arnold Schwaighofer
2013-06-06
1
-2
/
+4
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
6
-8
/
+253
*
ARM sched model: Add more ALU and CMP thumb instructions
Arnold Schwaighofer
2013-06-06
1
-46
/
+61
*
Revert "Use IRBuilder instead of ConstantInt methods. It simplifies code a li...
Rafael Espindola
2013-06-06
1
-56
/
+70
*
ARM sched model: Add more ALU and CMP thumb2 instructions
Arnold Schwaighofer
2013-06-06
1
-52
/
+86
*
R600: Remove leftover code in R600MachineScheduler.cpp
Vincent Lejeune
2013-06-06
1
-16
/
+0
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
7
-23
/
+42
*
Cast to the correct type. Pointer, not reference.
Bill Wendling
2013-06-06
1
-1
/
+1
*
R600OptimizeVectorRegisters.cpp: Tweak a warning. [-Wsometimes-uninitialized]
NAKAMURA Takumi
2013-06-06
1
-1
/
+1
*
R600OptimizeVectorRegisters.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-06-06
1
-0
/
+1
*
Trailing linefeed.
NAKAMURA Takumi
2013-06-06
1
-1
/
+0
*
Cast to the proper type.
Bill Wendling
2013-06-06
1
-1
/
+1
*
Remove unneeded cast<>.
Jakub Staszak
2013-06-06
1
-2
/
+2
*
Add some class documentation to BinaryRef.
Sean Silva
2013-06-06
1
-2
/
+40
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
17
-81
/
+80
*
Use IRBuilder instead of ConstantInt methods.
Jakub Staszak
2013-06-06
1
-27
/
+17
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
3
-20
/
+22
*
Rename operator== parameter to `RHS`.
Sean Silva
2013-06-05
1
-3
/
+3
*
Remove error-prone methods of BinaryRef.
Sean Silva
2013-06-05
1
-8
/
+0
*
Add writeAsHex(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
2
-7
/
+19
*
R600: Replace predicate loop with predicate function
Tom Stellard
2013-06-05
1
-11
/
+13
*
Rename BinaryRef::isBinary to more descriptive DataIsHexString.
Sean Silva
2013-06-05
2
-9
/
+10
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
2
-4
/
+10
*
Comment BinaryRef::Data.
Sean Silva
2013-06-05
1
-0
/
+2
[next]