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
*
Opt needs to initialize the different targets.
Nadav Rotem
2012-10-24
1
-0
/
+6
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
15
-18
/
+100
*
[ms-inline asm] Create a register operand, rather than a memory operand when we
Chad Rosier
2012-10-24
2
-42
/
+47
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
12
-18
/
+49
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
46
-450
/
+813
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
10
-1
/
+289
*
[CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.
NAKAMURA Takumi
2012-10-24
1
-4
/
+2
*
Add a testcase that would have noticed the typo fixed in commit 166475.
Duncan Sands
2012-10-24
1
-0
/
+9
*
Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))
Michael Liao
2012-10-24
2
-0
/
+85
*
Add custom conversion from v2u32 to v2f32 in 32-bit mode
Michael Liao
2012-10-24
3
-0
/
+35
*
[mips] Make sure sret argument is returned in register V0.
Akira Hatanaka
2012-10-24
2
-3
/
+6
*
Change x86_fastcallcc to require inreg markers. This allows it to known
Rafael Espindola
2012-10-24
4
-6
/
+6
*
Keep coding standard. Don't evaluate getNumOperands() every time.
Jakub Staszak
2012-10-24
1
-1
/
+1
*
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-24
2
-20
/
+13
*
[ms-inline asm] Offset operator - the size should be based on the size of a
Chad Rosier
2012-10-23
1
-0
/
+4
*
[ms-inline asm] Clean up comment.
Chad Rosier
2012-10-23
1
-3
/
+3
*
[ms-inline asm] When parsing inline assembly we set the base register to a
Chad Rosier
2012-10-23
1
-2
/
+9
*
Clean up code and put transformation on (build_vec (ext x)) into a helper func
Michael Liao
2012-10-23
1
-55
/
+69
*
[Support/StringSet] Fix memory leak when inserted key already exists.
Michael J. Spencer
2012-10-23
1
-2
/
+7
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
4
-334
/
+176
*
Fix PR14161
Michael Liao
2012-10-23
2
-1
/
+42
*
CMake: Include private headers / tablegen files in generated Xcode projects.
Jordan Rose
2012-10-23
1
-1
/
+1
*
Make the indirect branch optimization deterministic. No functionality change.
Nadav Rotem
2012-10-23
1
-8
/
+8
*
Silence -Wsign-compare
Matt Beaumont-Gay
2012-10-23
1
-1
/
+1
*
Change DenseMap to use a power of 2 growth if one is given instead of the nex...
Pete Cooper
2012-10-23
1
-4
/
+7
*
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
2
-2
/
+35
*
Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...
Nadav Rotem
2012-10-23
2
-19
/
+48
*
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-23
2
-2
/
+38
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
4
-32
/
+62
*
Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32
Michael Liao
2012-10-23
2
-19
/
+52
*
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
Michael Liao
2012-10-23
12
-21
/
+202
*
Grammar.
Eric Christopher
2012-10-23
1
-1
/
+1
*
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
Lang Hames
2012-10-23
1
-8
/
+13
*
Test commit access
Quentin Colombet
2012-10-23
1
-1
/
+1
*
This is another TLC patch for separating code for the Darwin and ELF ABIs
Bill Schmidt
2012-10-23
2
-186
/
+473
*
Fix typo that somehow escaped both testing and code inspection.
Duncan Sands
2012-10-23
1
-1
/
+1
*
Transform code like this
Duncan Sands
2012-10-23
3
-52
/
+502
*
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-23
2
-0
/
+2
*
Add a comment which explains why the assert fired and how to fix it.
Nadav Rotem
2012-10-23
1
-0
/
+4
*
implement setXX patterns
Reed Kotler
2012-10-23
14
-4
/
+472
*
Fix typo.
Julien Lerouge
2012-10-23
1
-1
/
+1
*
Explain why DenseMap is still used here instead of MapVector.
Julien Lerouge
2012-10-23
1
-1
/
+9
*
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
2
-47
/
+68
*
When a block ends in an indirect branch, add its successors to the machine ba...
Bill Wendling
2012-10-22
2
-0
/
+51
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
9
-133
/
+570
*
[ms-inline asm] Don't rewrite out parts of an inline-asm skipped by .if 0 and...
Eli Friedman
2012-10-22
1
-24
/
+1
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
2
-0
/
+10
*
Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is not
Julien Lerouge
2012-10-22
1
-4
/
+4
*
[ms-inline asm] Add support for parsing the offset operator. Callback for
Chad Rosier
2012-10-22
1
-5
/
+21
*
Don't crash if the load/store pointer is not a GEP.
Nadav Rotem
2012-10-22
2
-1
/
+58
[next]