index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AVX] Implement BUILD_VECTOR lowering for 256-bit vectors. For
David Greene
2011-02-08
1
-3
/
+64
*
[AVX] Insert/extract subvector lowering support. This includes a
David Greene
2011-02-07
1
-2
/
+101
*
Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...
NAKAMURA Takumi
2011-02-05
3
-9
/
+20
*
lib/Target/X86/X86ISelLowering.cpp: Introduce a new variable "IsWin64". No fu...
NAKAMURA Takumi
2011-02-05
1
-3
/
+4
*
lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.
NAKAMURA Takumi
2011-02-05
1
-0
/
+8
*
Target/X86: Fix whitespace.
NAKAMURA Takumi
2011-02-05
3
-7
/
+7
*
[AVX] Revert 124910 until clients are ready.
David Greene
2011-02-05
1
-122
/
+0
*
[AVX] Add some utilities to insert and extract 128-bit subvectors.
David Greene
2011-02-04
1
-0
/
+122
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
1
-0
/
+2
*
[AVX] Support VSINSERTF128 with more patterns and appropriate
David Greene
2011-02-04
4
-0
/
+77
*
[AVX] VEXTRACTF128 support. This commit includes patterns for
David Greene
2011-02-03
4
-0
/
+76
*
Fix PR9127 by reversing the operands even if they have more then one use.
Rafael Espindola
2011-02-03
1
-2
/
+2
*
Fixed a bug in the disassembler where the mandatory 0x66
Sean Callanan
2011-02-02
1
-0
/
+1
*
Test commit - fix a double 'should' in a comment.
Carl Norum
2011-02-01
1
-1
/
+1
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
6
-16
/
+36
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-4
/
+4
*
[AVX] Clean up the code to configure target lowering for AVX. Specify
David Greene
2011-01-27
1
-73
/
+47
*
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
1
-2
/
+1
*
lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.
NAKAMURA Takumi
2011-01-27
1
-1
/
+1
*
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
2
-1
/
+23
*
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-26
2
-0
/
+13
*
Target/X86: Tweak win64's tailcall.
NAKAMURA Takumi
2011-01-26
7
-12
/
+49
*
Fix whitespace.
NAKAMURA Takumi
2011-01-26
6
-132
/
+129
*
lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.
NAKAMURA Takumi
2011-01-26
1
-3
/
+3
*
lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
NAKAMURA Takumi
2011-01-26
1
-1
/
+1
*
fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!
Chris Lattner
2011-01-24
1
-0
/
+3
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-2
/
+3
*
Null initialize a few variables flagged by
Ted Kremenek
2011-01-23
1
-1
/
+1
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-1
/
+1
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-1
/
+2
*
The stub routine that we're calling uses test and so clobbers
Eric Christopher
2011-01-18
1
-2
/
+2
*
Add a missing <cctype> include, from Joerg Sonnenberger!
Douglas Gregor
2011-01-17
1
-0
/
+1
*
fix PR8514, a bug where the "heroic" transformation of shift/and
Chris Lattner
2011-01-16
1
-13
/
+9
*
fix PR8981, a crash trying to form a conditional inc with a floating point co...
Chris Lattner
2011-01-16
1
-1
/
+2
*
reapply my fix for PR8961 with a tweak to properly handle
Chris Lattner
2011-01-16
1
-1
/
+1
*
'HiReg' is written but never read. Nuke its
Ted Kremenek
2011-01-14
1
-5
/
+5
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-3
/
+3
*
Cleanup
Anton Korobeynikov
2011-01-14
1
-6
/
+1
*
revert my fastisel patch again which apparently still gives the
Chris Lattner
2011-01-14
1
-1
/
+1
*
reapply r123414 now that the botz are calmed down and the fix is already in.
Chris Lattner
2011-01-14
1
-1
/
+1
*
r123414 broke llvm-gcc bootstrap apparently, revert
Chris Lattner
2011-01-14
1
-1
/
+1
*
fix PR8961 - a fast isel miscompilation where we'd insert a new instruction
Chris Lattner
2011-01-14
1
-1
/
+1
*
Fix a few more places that should use MBB::getLastNonDebugInstr().
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-5
/
+6
*
Experiment with changing the default 32-bit linux stack alignment to
Eric Christopher
2011-01-13
1
-3
/
+3
*
Fix PR8946, a missing reg/reg form of movdqu.
Chris Lattner
2011-01-11
1
-0
/
+4
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
7
-52
/
+57
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-1
/
+1
*
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2011-01-08
1
-4
/
+4
[next]