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] Remove old CONST_NOT_GEN address space that is not being used anymore...
Justin Holewinski
2013-06-10
4
-39
/
+21
*
Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
2013-06-10
6
-28
/
+30
*
Add test for ARM FastISel load/store register classes
JF Bastien
2013-06-10
1
-0
/
+70
*
Fix a regression I introduced when I expanded the complex pseudos in
Reed Kotler
2013-06-09
3
-9
/
+6416
*
tblgen: always lookup values from the original vector as it could be grown un...
Benjamin Kramer
2013-06-09
1
-6
/
+6
*
Add a const version of findNearestCommonDominator to PostDom for convenience.
Benjamin Kramer
2013-06-09
1
-0
/
+5
*
Refine the ARM EHABI test cases.
Logan Chien
2013-06-09
9
-413
/
+323
*
Fix ARM unwind opcode assembler in several cases.
Logan Chien
2013-06-09
10
-177
/
+499
*
Removed PackedDouble domain from scalar instructions. Added more formats for ...
Elena Demikhovsky
2013-06-09
4
-46
/
+63
*
Make DeadArgumentElimination more conservative on variadic functions
Tim Northover
2013-06-09
2
-5
/
+55
*
ARM FastISel fix load register classes
JF Bastien
2013-06-09
1
-4
/
+4
*
TargetLowering: Clean up method description comments
David Majnemer
2013-06-08
1
-3
/
+3
*
sys::process::get_id() now returns the process ID instead of a process handle...
Aaron Ballman
2013-06-08
3
-5
/
+5
*
[Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...
Venkatraman Govindaraju
2013-06-08
8
-162
/
+108
*
ARM: fix VMOVvnf32 decoding when ambiguous with VCVT
Amaury de la Vieuville
2013-06-08
2
-0
/
+11
*
ARM: enforce SRS decoding constraints
Amaury de la Vieuville
2013-06-08
2
-4
/
+14
*
ARM: fix CPS decoding when ambiguous with QADD
Amaury de la Vieuville
2013-06-08
4
-0
/
+47
*
ARM: fix VCVT decoding
Amaury de la Vieuville
2013-06-08
2
-2
/
+10
*
Update code listings in LLVM tutorial.
Logan Chien
2013-06-08
6
-4569
/
+12
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
2
-26
/
+8
*
Don't artifically restrict input object size.
Sean Silva
2013-06-08
1
-2
/
+0
*
Fix unused variable warning from my previous patch.
JF Bastien
2013-06-08
1
-0
/
+1
*
[mips] Use a helper function which compares the size of the source and
Akira Hatanaka
2013-06-08
2
-8
/
+21
*
Reapply r183552. This time, use a standard type for the option to avoid template
Quentin Colombet
2013-06-08
3
-0
/
+61
*
R600: Use a refined heuristic to choose when switching clause
Vincent Lejeune
2013-06-07
2
-10
/
+47
*
R600: Anti dep better handled in tex clause
Vincent Lejeune
2013-06-07
2
-6
/
+28
*
Remember the anyext patterns.
Jakob Stoklund Olesen
2013-06-07
1
-0
/
+2
*
Add missing zextloadi1 to i64 patterns. PR16721.
Jakob Stoklund Olesen
2013-06-07
2
-0
/
+11
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
2
-2
/
+43
*
Disallow i64 div/rem in PPC32 counter loops
Hal Finkel
2013-06-07
2
-0
/
+100
*
Revert commits related to stack warning.
Quentin Colombet
2013-06-07
3
-61
/
+0
*
Explicit triple in warn stack size test cases to not depend on OS.
Quentin Colombet
2013-06-07
2
-4
/
+4
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
3
-6
/
+6
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
7
-16
/
+33
*
Remove unused c'tor.
Bill Wendling
2013-06-07
1
-7
/
+2
*
R600: Fix calculation of stack offset in AMDGPUFrameLowering
Tom Stellard
2013-06-07
2
-21
/
+35
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
4
-8
/
+10
*
R600: Rework subtarget info and remove AMDILDevice classes
Tom Stellard
2013-06-07
36
-1458
/
+218
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
4
-9
/
+10
*
[docs] Add link to Microsoft PE/COFF Spec.
Rui Ueyama
2013-06-07
1
-0
/
+5
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
21
-63
/
+75
*
R600: Fix the fetch limits for R600 generation GPUs
Tom Stellard
2013-06-07
6
-27
/
+159
*
R600: Move Subtarget feature definitions into AMDGPU.td
Tom Stellard
2013-06-07
2
-64
/
+66
*
R600: Remove unnecessary include
Tom Stellard
2013-06-07
3
-2
/
+4
*
Add more explicit link targets to headers in LangRef.rst
Eli Bendersky
2013-06-07
1
-0
/
+18
*
Add a backend option to warn on a given stack size limit.
Quentin Colombet
2013-06-07
3
-0
/
+61
*
ARM FastISel integer sext/zext improvements
JF Bastien
2013-06-07
10
-67
/
+291
*
R600: Don't compare iterators of different maps.
Benjamin Kramer
2013-06-07
1
-1
/
+1
*
Add explicit link targets to some headers in LangRef.rst
Eli Bendersky
2013-06-07
1
-0
/
+8
*
No functionality change.
Manman Ren
2013-06-07
1
-6
/
+6
[next]