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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
1
-10
/
+43
*
Add more comments describing SDNode operator codes.
Dan Gohman
2009-01-28
1
-8
/
+12
*
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
1
-0
/
+84
*
Add some comments on ISD::NodeType.
Dan Gohman
2009-01-28
1
-0
/
+7
*
Delete unnecessary elses.
Dan Gohman
2009-01-28
1
-2
/
+2
*
Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...
Chris Lattner
2009-01-28
1
-1
/
+1
*
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
1
-2
/
+10
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
2
-23
/
+23
*
Fix PR3415 (infinite loop in EscapeAnalysis) by
Duncan Sands
2009-01-28
2
-57
/
+0
*
Add three new option properties.
Mikhail Glushenkov
2009-01-28
1
-1
/
+4
*
Comment fixes.
Bill Wendling
2009-01-28
1
-9
/
+11
*
Embalm my ideas of how things should work. Not that
Dale Johannesen
2009-01-27
2
-1
/
+3
*
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2009-01-27
1
-2
/
+29
*
Reorder args, constify.
Dale Johannesen
2009-01-27
1
-9
/
+9
*
Use .empty() instead of comparing .size() with 0.
Dan Gohman
2009-01-27
1
-1
/
+1
*
Update to latest spelling.
Dale Johannesen
2009-01-27
1
-2
/
+2
*
Add DebugLoc field and simple accessors.
Dale Johannesen
2009-01-27
1
-3
/
+44
*
Refine DebugLoc per review comments.
Evan Cheng
2009-01-27
2
-13
/
+15
*
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
1
-2
/
+5
*
Make some comments doxygen-friendly.
Dan Gohman
2009-01-27
1
-5
/
+5
*
No need to keep size of DebugLocations vector separately.
Evan Cheng
2009-01-26
1
-4
/
+1
*
Make the Dwarf macro information section optional; CellSPU's assembler
Scott Michel
2009-01-26
1
-5
/
+12
*
Implement Red Zone utilization on x86-64. This is currently
Dan Gohman
2009-01-26
1
-0
/
+4
*
Add method raw_fd_ostream::seek() for random access within a file.
Ted Kremenek
2009-01-26
1
-1
/
+5
*
Fix the name of an argument.
Dan Gohman
2009-01-26
1
-2
/
+2
*
Fix a bug in BitVector.h. All assignment operations (except the usual
Roman Levenstein
2009-01-26
1
-3
/
+3
*
Actually source file has already been uniquified into an id during isel. Elim...
Evan Cheng
2009-01-26
2
-25
/
+9
*
Add data structure to define and track debug location during codegen.
Evan Cheng
2009-01-26
2
-1
/
+123
*
Looks like comments were chopped off.
Evan Cheng
2009-01-26
1
-2
/
+3
*
LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...
Evan Cheng
2009-01-26
1
-2
/
+2
*
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-26
1
-178
/
+161
*
Eliminate the loop that searches through each of the operands
Dan Gohman
2009-01-25
1
-1
/
+1
*
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-23
2
-2
/
+10
*
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-23
2
-2
/
+9
*
Add support for deleting a module provider from a JIT in such a way that it d...
Nate Begeman
2009-01-23
1
-1
/
+7
*
Cross register class coalescing. Not yet enabled.
Evan Cheng
2009-01-23
1
-0
/
+6
*
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-22
1
-0
/
+4
*
Regenerated configure after backing out 62553 and r62616.
Tanya Lattner
2009-01-22
1
-6
/
+0
*
rename methods in System/Host to be more consistent.
Chris Lattner
2009-01-22
1
-7
/
+7
*
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
1
-0
/
+3
*
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
2
-31
/
+3
*
Bump to 2.6svn.
Tanya Lattner
2009-01-22
1
-0
/
+6
*
The operator<() and operator>() were reversing their tests. Have the test the...
Bill Wendling
2009-01-22
1
-4
/
+4
*
Get rid of warning about implicit 64-to-32 bit conversions.
Bill Wendling
2009-01-22
1
-1
/
+3
*
Add explicit this-> (to make the VS compiler happy).
Steve Naroff
2009-01-21
1
-1
/
+1
*
Fix ilist two-phase name lookup
Douglas Gregor
2009-01-21
1
-1
/
+1
*
Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtle
Dan Gohman
2009-01-21
1
-0
/
+5
*
Do not use host floating point types when emitting
Dale Johannesen
2009-01-21
2
-4
/
+6
*
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
1
-12
/
+11
*
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-21
1
-0
/
+17
[next]