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
*
Add indexed load/store instructions for offset validation check.
Jyotsna Verma
2013-01-17
2
-0
/
+40
*
Added missing const from my last commit.
Michael Gottesman
2013-01-17
1
-1
/
+1
*
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
1
-3
/
+56
*
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
2
-2
/
+57
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
2
-37
/
+43
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
5
-10
/
+119
*
Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...
Craig Topper
2013-01-17
1
-74
/
+50
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
5
-26
/
+24
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
4
-5
/
+10
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
4
-4
/
+3
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
3
-10
/
+26
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-17
7
-2
/
+47
*
[IR] Reserve/define the purpose for the "Linker Options" metadata flags.
Daniel Dunbar
2013-01-17
1
-0
/
+34
*
Update the description of the llvm.fmuladd.* intrinsics to avoid use of the
Lang Hames
2013-01-17
1
-2
/
+4
*
Documentation: fix a typo 'IEE754'
Dmitri Gribenko
2013-01-16
1
-1
/
+1
*
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
Aaron Ballman
2013-01-16
1
-1
/
+1
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
7
-38
/
+134
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
3
-102
/
+160
*
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
Michael Gottesman
2013-01-16
1
-0
/
+168
*
[Support] Include the intrisics header and check for definition properly.
Michael J. Spencer
2013-01-16
1
-2
/
+6
*
Make this test X86 only.
Eric Christopher
2013-01-16
1
-1
/
+1
*
Move this to X86.
Eric Christopher
2013-01-16
1
-0
/
+0
*
Add testcase missed yesterday from Paul Robinson.
Eric Christopher
2013-01-16
1
-0
/
+172
*
[Support] Add MSVC intrinsic for CountPopulation.
Michael J. Spencer
2013-01-16
1
-0
/
+4
*
[Support] Update MSVC compiler support in Compiler.h.
Michael J. Spencer
2013-01-16
1
-2
/
+4
*
Remove unneeded include and empty line
Eli Bendersky
2013-01-16
1
-2
/
+0
*
Some small (and mostly cosmetic) fixes.
Eli Bendersky
2013-01-16
1
-22
/
+17
*
Clean up some unnecessary headers and forward declarations
Eli Bendersky
2013-01-16
1
-3
/
+0
*
Now that GenericAsmParser was folded into AsmParser, some methods and types can
Eli Bendersky
2013-01-16
2
-71
/
+57
*
[Linker] Change module flag linking to be more extensible.
Daniel Dunbar
2013-01-16
5
-139
/
+118
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
4
-3
/
+35
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
68
-81
/
+95
*
Replace virtual hasFixups with explicit fragment type checks
Eli Bendersky
2013-01-16
1
-9
/
+2
*
Allow vectors in CreatePointerCast of constants.
Evgeniy Stepanov
2013-01-16
2
-3
/
+34
*
A test for r172535.
Evgeniy Stepanov
2013-01-16
1
-0
/
+8
*
Remove unused leftover header (it moved to llvm/IR).
Benjamin Kramer
2013-01-16
1
-399
/
+0
*
Move test that depends on the x86 target into a target-specific directory.
Benjamin Kramer
2013-01-16
1
-0
/
+0
*
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
2
-51
/
+119
*
Remove triple from this test, it makes it fail when X86 TTI is missing.
Benjamin Kramer
2013-01-16
1
-4
/
+1
*
[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...
Michael Gottesman
2013-01-16
1
-33
/
+0
*
reverting 172579
Jack Carter
2013-01-16
7
-44
/
+2
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
6
-49
/
+162
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
5
-18
/
+20
*
Use --enable-werror
David Greene
2013-01-16
1
-3
/
+3
*
Improve r172577 by using the correct type when declaring constants
Dmitri Gribenko
2013-01-16
1
-9
/
+5
*
Akira,
Jack Carter
2013-01-16
7
-2
/
+44
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
13
-28
/
+204
*
Avoid Enum Compare Warnings
David Greene
2013-01-15
1
-2
/
+4
*
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
2
-0
/
+19
[next]