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
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[stackprotector] Simplify SP Pass so that we emit different fail basic blocks...
Michael Gottesman
2013-08-09
1
-10
/
+10
*
Make helper static and fix formatting.
Benjamin Kramer
2013-08-09
1
-5
/
+4
*
Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...
Craig Topper
2013-08-09
1
-6
/
+3
*
Set ISD::FROUND to Expand by default for all types
Hal Finkel
2013-08-09
1
-4
/
+3
*
Update the CMake build files.
Eric Christopher
2013-08-08
1
-0
/
+1
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
3
-99
/
+191
*
Revert "Reapply r185872 now that the address sanitizer has been changed to su...
Arnold Schwaighofer
2013-08-08
1
-6
/
+6
*
For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
2013-08-08
1
-1
/
+3
*
Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...
Craig Topper
2013-08-08
1
-5
/
+1
*
The conversion to bool is fine here, no need to check isType.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-10
/
+16
*
Change variable name and reflow formatting.
Eric Christopher
2013-08-08
1
-10
/
+10
*
Optimize mask generation for one of the DAG combiner shufflevector cases.
Craig Topper
2013-08-08
1
-3
/
+3
*
Revert "coff also doesn't have a ReadOnlySection yet, (!)"
David Majnemer
2013-08-08
1
-0
/
+3
*
Reflow for loop.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
6
-81
/
+81
*
Reapply r185872 now that the address sanitizer has been changed to support this.
Bill Wendling
2013-08-07
1
-6
/
+6
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
9
-1
/
+59
*
Using the integrated assembler we'd fail to change section to the
Eric Christopher
2013-08-07
1
-2
/
+3
*
Confusing comment typo.
Andrew Trick
2013-08-07
1
-1
/
+1
*
Remove some parens. No functional change.
Eric Christopher
2013-08-07
1
-4
/
+4
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
3
-14
/
+22
*
Move somewhat messy conditional out of line.
Eric Christopher
2013-08-07
1
-7
/
+11
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
1
-0
/
+3
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
1
-134
/
+287
*
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
NAKAMURA Takumi
2013-08-06
1
-0
/
+2
*
Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
2013-08-05
1
-5
/
+2
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
8
-77
/
+98
*
Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
2013-08-05
1
-2
/
+5
*
Use existing builtin hashing functions to make this routine more
Eric Christopher
2013-08-05
1
-5
/
+2
*
Change parent hashing algorithm to be non-recursive and elaborate
Eric Christopher
2013-08-05
1
-20
/
+32
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
1
-0
/
+2
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-02
1
-0
/
+4
*
Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...
NAKAMURA Takumi
2013-08-02
1
-4
/
+0
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+2
*
DebugInfo: Emit definitions for types with no members.
David Blaikie
2013-08-01
1
-7
/
+3
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-01
1
-0
/
+4
*
Fix crashing on invalid inline asm with matching constraints.
Eric Christopher
2013-07-31
1
-15
/
+16
*
Reflow this to be easier to read.
Eric Christopher
2013-07-30
1
-7
/
+5
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
1
-1
/
+1
*
MI Sched: Track live-thru registers.
Andrew Trick
2013-07-30
2
-12
/
+67
*
MI Sched fix: assert "Disconnected LRG within the scheduling region."
Andrew Trick
2013-07-30
1
-0
/
+6
*
[DAGCombiner] insert_vector_elt: Avoid building a vector twice.
Quentin Colombet
2013-07-30
1
-1
/
+3
*
Fix a truly egregious thinko in anonymous namespace check,
Eric Christopher
2013-07-29
1
-2
/
+2
*
Make sure we don't emit an ODR hash for types with no name and make
Eric Christopher
2013-07-29
1
-2
/
+4
*
Elaborate a bit on the type unit and ODR conditional code.
Eric Christopher
2013-07-29
1
-4
/
+4
*
Use proper section suffix for COFF weak symbols
Nico Rieck
2013-07-29
1
-4
/
+2
*
DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
2013-07-27
1
-2
/
+3
*
Fix a memory leak in the debug emission by simply not allocating memory.
Chandler Carruth
2013-07-27
1
-2
/
+2
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-0
/
+1
[next]