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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
1
-0
/
+1
*
Cast unused parameter to void.
Hans Wennborg
2011-06-04
1
-0
/
+1
*
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
Andrew Trick
2011-06-04
2
-0
/
+69
*
Fix BasicAA's recursion detection so that it doesn't pessimize
Dan Gohman
2011-06-04
1
-0
/
+27
*
A typedef's context is not the same as type's context. It is the context of t...
Devang Patel
2011-06-03
1
-1
/
+2
*
Treat Win64 EH as a DWARF EH scheme. For GCC-style exceptions, the layout of
Charles Davis
2011-06-03
1
-1
/
+2
*
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
1
-1
/
+1
*
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-02
2
-2
/
+14
*
Remove dead code.
Devang Patel
2011-06-02
1
-1
/
+0
*
Don't hardcode the %reg format in the streamer.
Rafael Espindola
2011-06-02
1
-2
/
+2
*
Typos.
Chad Rosier
2011-06-01
2
-2
/
+2
*
Initialize IssueWidth to zero.
Benjamin Kramer
2011-06-01
1
-1
/
+2
*
Fix PR10059 and future variations by handling all register subclasses.
Jakob Stoklund Olesen
2011-06-01
1
-0
/
+12
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
1
-1
/
+3
*
This patch is another step in the direction of adding vector select. In this
Nadav Rotem
2011-06-01
1
-4
/
+56
*
FGETSIGN support for x86, using movmskps/pd. Will be enabled with a
Stuart Hastings
2011-06-01
1
-0
/
+1
*
llvm.memcpy.* has two distinct associated address spaces; the source address ...
Eli Friedman
2011-05-31
1
-1
/
+5
*
Fix 80 column violations.
Richard Osborne
2011-05-31
1
-1
/
+3
*
Add XCore intrinsic for crc8.
Richard Osborne
2011-05-31
1
-0
/
+3
*
Add XCore intrinsic for crc32.
Richard Osborne
2011-05-31
1
-0
/
+1
*
Introduce PackedVector, useful for storing a vector of values using a specifi...
Argyrios Kyrtzidis
2011-05-31
1
-0
/
+158
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
2
-0
/
+6
*
Introduce the DwarfRegAlias class for declaring that two registers have the
Rafael Espindola
2011-05-30
1
-0
/
+8
*
...this is not a good commit day for me.
John McCall
2011-05-29
1
-1
/
+0
*
On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.
John McCall
2011-05-29
1
-0
/
+1
*
Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy...
Nadav Rotem
2011-05-28
1
-20
/
+36
*
Change how tblgen generates attributes for intrinsics to use a single
John McCall
2011-05-28
1
-0
/
+4
*
When generating code for Win64 EH, emit StartProc and EndProc directives.
Charles Davis
2011-05-28
1
-0
/
+2
*
Add support for ARM ldrexd/strexd intrinsics. They both use i32 register pairs
Bruno Cardoso Lopes
2011-05-28
1
-0
/
+10
*
Stub out support for Win64-style exceptions. Note that this is merely using
Charles Davis
2011-05-27
1
-3
/
+3
*
Make size computation less brittle.
Rafael Espindola
2011-05-27
1
-4
/
+0
*
Add the suffix to the Win64 EH data sections' names if given. Add a test for
Charles Davis
2011-05-27
1
-6
/
+2
*
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-27
1
-86
/
+78
*
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-27
4
-12
/
+20
*
Start keeping track of where the various unwind instructions are in the prolog.
Charles Davis
2011-05-27
1
-10
/
+11
*
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
Chad Rosier
2011-05-26
1
-5
/
+5
*
Comment cleanup.
Eric Christopher
2011-05-26
1
-2
/
+2
*
Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame
Charles Davis
2011-05-26
1
-1
/
+1
*
Test .seh_startchained and .seh_endchained parsing.
Charles Davis
2011-05-26
1
-2
/
+2
*
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
1
-0
/
+11
*
Fix some issues Duncan found in the previous commit.
Rafael Espindola
2011-05-25
2
-4
/
+5
*
Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...
Frits van Bommel
2011-05-25
1
-1
/
+1
*
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-25
3
-5
/
+31
*
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-24
1
-0
/
+9
*
Remove dead code.
Devang Patel
2011-05-24
1
-4
/
+0
*
Add a method to TargetRegisterInfo to get the register number that the Win64 EH
Charles Davis
2011-05-24
1
-0
/
+6
*
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
1
-2
/
+2
*
Work around code generation bug in Visual Studio 2010.
Jakob Stoklund Olesen
2011-05-24
1
-2
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
2
-1
/
+10
*
add a helper method to get the byval alignment of an argument.
Chris Lattner
2011-05-22
1
-0
/
+3
[next]