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
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
4
-14
/
+30
*
TableGen subtarget emitter. Remove unnecessary header dependence.
Andrew Trick
2012-09-18
1
-8
/
+9
*
Mark unimplemented operator new as LLVM_DELETED_FUNCTION.
Craig Topper
2012-09-18
1
-10
/
+10
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
3
-5
/
+29
*
Mark constructors, destructors, and operator new commented as 'do not impleme...
Craig Topper
2012-09-18
5
-43
/
+43
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
3
-10
/
+10
*
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
1
-0
/
+20
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
6
-71
/
+22
*
Remove redundant semicolons to fix -pedantic-errors build break with older Cl...
Richard Smith
2012-09-17
1
-4
/
+4
*
llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...
NAKAMURA Takumi
2012-09-17
1
-1
/
+1
*
Don't use NULL as a fake keyword
Andrew Trick
2012-09-17
1
-1
/
+1
*
InitMCProcessor
Andrew Trick
2012-09-17
1
-3
/
+3
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
4
-14
/
+30
*
TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...
Andrew Trick
2012-09-17
1
-0
/
+9
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
3
-5
/
+29
*
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
2
-0
/
+86
*
Add Michael Spencer's iterator class for stepping through relocations. Add m...
Sid Manning
2012-09-17
1
-0
/
+85
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
16
-37
/
+39
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
17
-42
/
+44
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
7
-32
/
+25
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
12
-28
/
+30
*
Remove a couple unused fields. Not detected by Wunused-private-field because ...
Craig Topper
2012-09-17
1
-1
/
+0
*
Add include of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
1
-0
/
+1
*
Add includes of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
2
-0
/
+2
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
1
-38
/
+36
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
18
-48
/
+59
*
Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.
Craig Topper
2012-09-16
1
-0
/
+16
*
Add explicit virtual keywords for methods that override base class.
Craig Topper
2012-09-16
1
-24
/
+25
*
Guard fields by NDEBUG until they get used in the release build.
Andrew Trick
2012-09-16
1
-2
/
+2
*
Tidy up formatting of some elses on a separate line from preceding bracing. N...
Craig Topper
2012-09-16
1
-5
/
+5
*
Fix problem when using LiveRangeQuery with block entries.
Jakob Stoklund Olesen
2012-09-16
1
-1
/
+3
*
Tidy up trailing whitespace.
Craig Topper
2012-09-16
1
-32
/
+32
*
Remove unneeded header.
Craig Topper
2012-09-16
1
-1
/
+0
*
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
Dmitri Gribenko
2012-09-15
2
-1
/
+4
*
Fix a couple include directives that used angle brackets for llvm files.
Craig Topper
2012-09-15
2
-2
/
+2
*
Make LiveRangeQuery work for PHIDefs as well.
Jakob Stoklund Olesen
2012-09-15
1
-0
/
+6
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
2
-6
/
+6
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-1
/
+1
*
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
1
-3
/
+4
*
Some small reorganization to get read for Attributes overhaul.
Bill Wendling
2012-09-14
1
-49
/
+50
*
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-09-14
1
-23
/
+14
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
1
-1
/
+1
*
comment typo
Andrew Trick
2012-09-14
1
-1
/
+1
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
3
-0
/
+68
*
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
2
-6
/
+162
*
whitespace
Andrew Trick
2012-09-14
1
-2
/
+2
*
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
1
-0
/
+22
*
Add in comments that explain what the indexing and the size of the arrays is ...
Micah Villmow
2012-09-14
1
-1
/
+10
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
19
-62
/
+80
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
2
-0
/
+7
[next]