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 AVX matching patterns to Packed Bit Test intrinsics.
Bruno Cardoso Lopes
2010-08-10
4
-33
/
+78
*
Now that we're using ConstantRange to represent potential values, make use of...
Owen Anderson
2010-08-10
1
-8
/
+35
*
The optimize comparisons pass removes the "cmp" instruction this is checking ...
Bill Wendling
2010-08-10
1
-1
/
+0
*
Add test for recent instcombine vector shuffle enhancement
Nate Begeman
2010-08-10
1
-0
/
+29
*
upgrade to use new intrinsics, patch by Dan Hipschman!
Chris Lattner
2010-08-10
1
-5
/
+6
*
Add the minimal amount of smarts necessary to instcombine of shufflevectors t...
Nate Begeman
2010-08-10
1
-64
/
+141
*
Turn optimize compares back on with fix. We needed to test that a machine op was
Bill Wendling
2010-08-10
2
-2
/
+2
*
Give up on register class recalculation when the register is used with subreg
Jakob Stoklund Olesen
2010-08-10
1
-1
/
+10
*
Revert r110718; it broke clang-i386-darwin9.
Dan Gohman
2010-08-10
1
-1
/
+1
*
Avoid editing the current live interval during remat.
Jakob Stoklund Olesen
2010-08-10
1
-3
/
+3
*
More debug spew
Jakob Stoklund Olesen
2010-08-10
1
-0
/
+2
*
Turn optimize cmps on by default so that we can get some testing by the nightly
Bill Wendling
2010-08-10
1
-1
/
+1
*
Add missing argument. CreateCompositeTypeEx() users, please verify.
Devang Patel
2010-08-10
2
-5
/
+7
*
Switch over to using ConstantRange to track integral values.
Owen Anderson
2010-08-10
1
-7
/
+44
*
Do not forget debug info for enums. Use named mdnode to keep track of these t...
Devang Patel
2010-08-10
2
-2
/
+20
*
tests: Don't error out if HOME isn't present in t the environment.
Daniel Dunbar
2010-08-10
1
-1
/
+2
*
Delete some unused instructions.
Evan Cheng
2010-08-10
3
-99
/
+0
*
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
7
-70
/
+148
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
5
-0
/
+43
*
Implement register class inflation.
Jakob Stoklund Olesen
2010-08-10
4
-2
/
+50
*
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
6
-90
/
+70
*
MC/AsmParser: Fix a bug in macro argument parsing, which was dropping
Daniel Dunbar
2010-08-10
2
-5
/
+14
*
Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.
Bob Wilson
2010-08-10
1
-1
/
+1
*
Recalculate the spill weight and allocation hint for virtual registers created
Jakob Stoklund Olesen
2010-08-10
3
-4
/
+11
*
Fix test for more architectures. Patch by Tobias Grosser.
Jakob Stoklund Olesen
2010-08-10
1
-1
/
+1
*
Fix silly bug.
Rafael Espindola
2010-08-10
1
-1
/
+1
*
Revert "MC/MachO: Fix possible null pointer dereference."
Michael J. Spencer
2010-08-10
1
-1
/
+1
*
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
2010-08-10
3
-26
/
+34
*
Simplify generating LLVMC_BUILTIN_PLUGIN.
Mikhail Glushenkov
2010-08-10
1
-51
/
+6
*
Trailing whitespace.
Mikhail Glushenkov
2010-08-10
1
-2
/
+2
*
Mark this variable as used.
Chandler Carruth
2010-08-10
1
-0
/
+1
*
RegionInfo: Do not assert if a BB is not part of the dominance tree.
Tobias Grosser
2010-08-10
2
-2
/
+24
*
Fix failing testcase.
Tobias Grosser
2010-08-10
1
-1
/
+1
*
Handle TAG_constant for integers.
Devang Patel
2010-08-10
3
-22
/
+65
*
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-08-10
6
-70
/
+90
*
Update CMake...sorry for the breakage.
Bill Wendling
2010-08-10
1
-2
/
+1
*
Simplify.
Devang Patel
2010-08-10
2
-4
/
+4
*
Drop "const". It does not add value here.
Devang Patel
2010-08-10
2
-10
/
+10
*
Add AVX movnt{pd,ps,dq} 256-bit intrinsics
Bruno Cardoso Lopes
2010-08-10
1
-0
/
+7
*
Add missing null check reported by Amaury Pouly.
Evan Cheng
2010-08-10
1
-2
/
+3
*
Add AVX movmsk 256-bit intrinsics
Bruno Cardoso Lopes
2010-08-10
1
-8
/
+6
*
Remove replicate intrinsics, clang will generate shufflevector for those. The...
Bruno Cardoso Lopes
2010-08-10
1
-10
/
+0
*
Support AVX 256-bit load and store intrinsics
Bruno Cardoso Lopes
2010-08-10
2
-6
/
+20
*
Use i32 instead of i8 for dot product intrinsic
Bruno Cardoso Lopes
2010-08-10
1
-1
/
+1
*
Do not include file static variable in pubnames list.
Devang Patel
2010-08-10
2
-54
/
+38
*
Expand uses of python 2.6's "A if B else C" syntax into regular
Dan Gohman
2010-08-10
1
-4
/
+16
*
remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which
Chris Lattner
2010-08-10
1
-16
/
+1
*
Patterns to match AVX cmp instructions
Bruno Cardoso Lopes
2010-08-10
1
-10
/
+8
*
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-10
7
-116
/
+169
*
Add matching patterns for vblend AVX intrinsics
Bruno Cardoso Lopes
2010-08-10
1
-11
/
+6
[prev]
[next]