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
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
35
-223
/
+170
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
1
-16
/
+1
*
Move more methods out-of-line. This is in preparation for changing the internal
Bill Wendling
2012-10-07
1
-26
/
+13
*
[ms-inline asm] Add a comment describing the MapAndConstraints.
Chad Rosier
2012-10-05
1
-0
/
+2
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-2
/
+6
*
Remove extraneous semicolon.
Chad Rosier
2012-10-05
1
-1
/
+1
*
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-05
2
-324
/
+13
*
Add ELF program header.
Hemant Kulkarni
2012-10-05
1
-0
/
+29
*
Add PowerPC64 definitions for ELF.h
Adhemerval Zanella
2012-10-05
1
-0
/
+4
*
Move methods out-of-line.
Bill Wendling
2012-10-05
1
-198
/
+81
*
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
1
-5
/
+5
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
1
-5
/
+5
*
tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.
Sean Silva
2012-10-05
1
-8
/
+62
*
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-05
1
-4
/
+3
*
Rename the Target specific passes in the DataLayout class to be Target agnostic.
Micah Villmow
2012-10-04
2
-35
/
+37
*
Resubmit the copying of TargetData to DataLayout without any changes to the f...
Micah Villmow
2012-10-04
1
-0
/
+363
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
2
-11
/
+11
*
Backing out my changes, something screwed up from my patches, starting over.
Micah Villmow
2012-10-04
1
-363
/
+0
*
Create the DataLayout class, as a direct copy of TargetData.
Micah Villmow
2012-10-04
1
-0
/
+363
*
Accidently checked in the files, only wanted to copy them.
Micah Villmow
2012-10-04
1
-363
/
+0
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...
Micah Villmow
2012-10-04
1
-0
/
+363
*
Fix doxygen comment to match parameters' names.
Jakub Staszak
2012-10-04
1
-1
/
+1
*
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
1
-0
/
+1
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-0
/
+7
*
Fix wrong name in comment.
Duncan Sands
2012-10-04
1
-2
/
+2
*
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
2
-2
/
+7
*
Use attribute query methods.
Bill Wendling
2012-10-04
1
-3
/
+3
*
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
2
-0
/
+5
*
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
1
-2
/
+11
*
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
2
-40
/
+0
*
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
1
-0
/
+8
*
Add function to return return attributes.
Bill Wendling
2012-10-03
1
-0
/
+6
*
No need to call functions which do the same thing as the default.
Bill Wendling
2012-10-03
1
-4
/
+0
*
Remove assert that's too restrictive.
Bill Wendling
2012-10-03
1
-1
/
+4
*
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
2
-0
/
+36
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
1
-2
/
+7
*
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
1
-4
/
+0
*
Third try at fixing this. ;] Go back to using std::remove_if, which has
Chandler Carruth
2012-10-03
1
-8
/
+28
*
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-03
1
-2
/
+3
*
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
1
-7
/
+0
*
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
1
-0
/
+26
*
Clean up these doxygen comments to follow the proposed new style. This
Chandler Carruth
2012-10-02
1
-21
/
+22
*
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
1
-0
/
+7
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
3
-3
/
+148
*
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
1
-7
/
+2
*
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
1
-1
/
+2
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-7
/
+6
*
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
1
-0
/
+7
*
[ms-inline asm] Expose the getReg() function in the base class.
Chad Rosier
2012-10-01
1
-0
/
+2
*
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-10-01
2
-2
/
+21
[next]