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
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
44
-122
/
+122
*
Add neverHasSideEffects=1 on a couple move instructions.
Craig Topper
2013-09-08
2
-2
/
+2
*
Using popcount should check the popcount feature flag not the SSE41 feature f...
Craig Topper
2013-09-08
1
-2
/
+2
*
Run clang-format on these header files. Part of a WIP.
Bill Wendling
2013-09-07
2
-653
/
+638
*
[mips] Fix typos.
Akira Hatanaka
2013-09-07
1
-2
/
+2
*
[mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index double
Akira Hatanaka
2013-09-07
7
-89
/
+147
*
[mips] Place parentheses around && to silence warning.
Akira Hatanaka
2013-09-07
1
-3
/
+3
*
Remove verifier check that attribute 'builtin' is only applied to calls to
Richard Smith
2013-09-07
2
-10
/
+0
*
[mips] Add definition of instruction "drotr32" (double rotate right plus 32).
Akira Hatanaka
2013-09-07
3
-1
/
+10
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-07
5
-6
/
+8
*
[mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fit
Akira Hatanaka
2013-09-07
6
-46
/
+41
*
Debug Info: pass in VTableHolder as DIType instead of MDNode *.
Manman Ren
2013-09-06
2
-8
/
+9
*
[mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".
Akira Hatanaka
2013-09-06
2
-3
/
+11
*
[mips] Delete unused classes and defs.
Akira Hatanaka
2013-09-06
1
-9
/
+1
*
[mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...
Akira Hatanaka
2013-09-06
4
-16
/
+13
*
[mips] Set instruction itineraries of loads, stores and conditional moves.
Akira Hatanaka
2013-09-06
5
-51
/
+54
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
3
-6
/
+24
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
126
-369
/
+369
*
R600: Add support for LDS atomic subtract
Aaron Watry
2013-09-06
4
-0
/
+36
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-06
5
-7
/
+71
*
Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part
Manman Ren
2013-09-06
3
-27
/
+32
*
Debug Info Testing: Updated to use null instead of "i32 0" for containing-type
Manman Ren
2013-09-06
12
-60
/
+60
*
debuginfo-tests: Add support for an lldb wrapper script
Adrian Prantl
2013-09-06
1
-1
/
+18
*
mi-sched: cleanup register pressure update, remove a FIXME.
Andrew Trick
2013-09-06
3
-20
/
+32
*
mi-sched: improve regpressure tracing.
Andrew Trick
2013-09-06
1
-2
/
+7
*
mi-sched: print tree size in -view-misched-dags
Andrew Trick
2013-09-06
1
-1
/
+5
*
mi-sched: register pressure update tracing.
Andrew Trick
2013-09-06
1
-0
/
+4
*
mi-sched: Reorder Cyclicpath (latency) and CriticalMax (pressure) heuristics.
Andrew Trick
2013-09-06
1
-4
/
+4
*
Added MachineSchedPolicy.
Andrew Trick
2013-09-06
3
-37
/
+88
*
msbuild integration: provide separate files for VS2010 and VS2012
Hans Wennborg
2013-09-06
6
-35
/
+58
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
4
-34
/
+37
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
3
-6
/
+3
*
remove pointless assert
Matthias Braun
2013-09-06
1
-2
/
+0
*
fix comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
fix typo in comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
[mips][msa] Indentation
Daniel Sanders
2013-09-06
1
-34
/
+34
*
[mips][msa] Requires<[HasMSA]> is redundant, it is also supplied via inheritance
Daniel Sanders
2013-09-06
1
-628
/
+628
*
This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...
Vladimir Medic
2013-09-06
5
-5
/
+61
*
[mips][msa] Made the operand register sets optional for the VEC formats
Daniel Sanders
2013-09-06
1
-16
/
+9
*
This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...
Vladimir Medic
2013-09-06
6
-8
/
+68
*
[mips][msa] Made the operand register sets optional for the ELM_INSVE formats
Daniel Sanders
2013-09-06
1
-14
/
+10
*
[mips][msa] Made the operand register sets optional for the 3RF_4RF format
Daniel Sanders
2013-09-06
1
-14
/
+14
*
This patch adds support for microMIPS Move Conditional instructions. Test cas...
Vladimir Medic
2013-09-06
7
-8
/
+83
*
SelectionDAG: create correct BooleanContent constants
Tim Northover
2013-09-06
3
-2
/
+72
*
[mips][msa] Made the operand register sets optional for the 3RF formats
Daniel Sanders
2013-09-06
1
-132
/
+72
*
[mips][msa] Made the operand register sets optional for the 3R_4R format
Daniel Sanders
2013-09-06
1
-30
/
+22
*
This patch adds support for microMIPS disassembler and disassembler make chec...
Vladimir Medic
2013-09-06
4
-17
/
+391
*
[mips][msa] Made the operand register sets optional for the 2RF format
Daniel Sanders
2013-09-06
1
-59
/
+39
*
[mips][msa] Made the operand register sets optional for the I8 format
Daniel Sanders
2013-09-06
1
-21
/
+12
*
[mips][msa] Made the operand register sets optional for the I5 and SI5 formats
Daniel Sanders
2013-09-06
1
-74
/
+46
[next]