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
...
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
10
-83
/
+430
*
[mips] Delete instruction format for "bal".
Akira Hatanaka
2013-07-30
1
-11
/
+0
*
This test may have been sensitive to the ARM ABI...
Andrew Trick
2013-07-30
1
-1
/
+1
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
2
-18
/
+27
*
[mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that
Akira Hatanaka
2013-07-30
2
-5
/
+9
*
Remove dead code.
Rafael Espindola
2013-07-30
1
-3
/
+0
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
2
-1
/
+8
*
whitespace
Andrew Trick
2013-07-30
1
-2
/
+2
*
MI Sched: Track live-thru registers.
Andrew Trick
2013-07-30
3
-15
/
+101
*
MI Sched fix: assert "Disconnected LRG within the scheduling region."
Andrew Trick
2013-07-30
2
-1
/
+60
*
[Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add
Venkatraman Govindaraju
2013-07-30
2
-7
/
+20
*
Implement TokenizeWindowsCommandLine.
Rui Ueyama
2013-07-30
2
-10
/
+129
*
Fix parameter ordering bug in createDebugIRPass()
Daniel Malea
2013-07-30
1
-3
/
+3
*
R600/SI: Expand vector fp <-> int conversions
Tom Stellard
2013-07-30
6
-40
/
+40
*
This patch implements parsing of mips FCC register operands. The example inst...
Vladimir Medic
2013-07-30
5
-14
/
+72
*
Fix underscore to be the proper length.
Bill Wendling
2013-07-30
1
-1
/
+1
*
[ARM] check bitwidth in PerformORCombine
Saleem Abdulrasool
2013-07-30
2
-14
/
+53
*
Remove more dead documentation.
Rafael Espindola
2013-07-30
1
-11
/
+10
*
[Sparc] Use call's debugloc for the unimp instruction.
Venkatraman Govindaraju
2013-07-30
1
-1
/
+1
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
5
-1
/
+347
*
[R600] Replicate old DAGCombiner behavior in target specific DAG combine.
Quentin Colombet
2013-07-30
2
-1
/
+56
*
[DAGCombiner] insert_vector_elt: Avoid building a vector twice.
Quentin Colombet
2013-07-30
8
-27
/
+56
*
Move file to X86 and add a triple to fix darwin bots for now.
Eric Christopher
2013-07-30
1
-1
/
+1
*
Fix a truly egregious thinko in anonymous namespace check,
Eric Christopher
2013-07-29
2
-68
/
+127
*
Make sure we don't emit an ODR hash for types with no name and make
Eric Christopher
2013-07-29
2
-21
/
+64
*
Clarify comments for types contained in anonymous namespaces and
Eric Christopher
2013-07-29
1
-1
/
+3
*
Elaborate a bit on the type unit and ODR conditional code.
Eric Christopher
2013-07-29
1
-4
/
+4
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
3
-3
/
+3
*
Delete documentation for deleted options.
Rafael Espindola
2013-07-29
1
-41
/
+0
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
5
-37
/
+38
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
10
-11
/
+11
*
[mips] Add comment and simplify function.
Akira Hatanaka
2013-07-29
1
-23
/
+14
*
Add the C source code to the test to make it easier to update when debug info...
Nadav Rotem
2013-07-29
1
-0
/
+9
*
SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
2013-07-29
2
-2
/
+104
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
37
-208
/
+237
*
Use proper section suffix for COFF weak symbols
Nico Rieck
2013-07-29
5
-43
/
+66
*
Proper va_arg/va_copy lowering on win64
Nico Rieck
2013-07-29
2
-1
/
+63
*
Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...
Aaron Ballman
2013-07-29
1
-3
/
+8
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
5
-3
/
+69
*
MC: Support larger COFF string tables
Nico Rieck
2013-07-29
2
-12
/
+77
*
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
NAKAMURA Takumi
2013-07-29
1
-1
/
+1
*
Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.
Benjamin Kramer
2013-07-29
1
-1
/
+3
*
Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...
Silviu Baranga
2013-07-29
5
-5
/
+31
*
test commit
Robert Lytton
2013-07-29
1
-0
/
+1
*
Teach the AllocaPromoter which is wrapped around the SSAUpdater
Chandler Carruth
2013-07-29
1
-15
/
+51
*
Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
2013-07-29
2
-0
/
+30
*
Fix -Wdocumentation warnings.
Rafael Espindola
2013-07-28
2
-6
/
+6
*
Update comments for SSAUpdater to use the modern doxygen comment
Chandler Carruth
2013-07-28
2
-88
/
+60
*
Remove use of sprintf added to X86 disassembler tablegen code. Send message w...
Craig Topper
2013-07-28
1
-4
/
+2
*
Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...
Aaron Ballman
2013-07-28
1
-1
/
+2
[prev]
[next]