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
*
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
romix
2009-01-26
1
-3
/
+3
*
Actually source file has already been uniquified into an id during isel. Elim...
evancheng
2009-01-26
2
-25
/
+9
*
Add data structure to define and track debug location during codegen.
evancheng
2009-01-26
2
-1
/
+123
*
Looks like comments were chopped off.
evancheng
2009-01-26
1
-2
/
+3
*
LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...
evancheng
2009-01-26
1
-2
/
+2
*
Take the next steps in making SDUse more consistent with LLVM Use, and
djg
2009-01-26
1
-178
/
+161
*
Eliminate the loop that searches through each of the operands
djg
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
*
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!
Chris Lattner
2009-01-21
1
-0
/
+2
*
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
*
Make special cases (0 inf nan) work for frem.
Dale Johannesen
2009-01-21
1
-0
/
+1
*
Encode member accessibility.
Devang Patel
2009-01-21
1
-1
/
+1
*
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
1
-0
/
+10
*
Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...
Evan Cheng
2009-01-20
1
-1
/
+1
*
indentation...
Devang Patel
2009-01-20
1
-5
/
+5
*
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
3
-22
/
+13
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-4
/
+4
*
zap white spaces.
Devang Patel
2009-01-20
1
-56
/
+48
*
Add an IEEE remainder function, which is not
Dale Johannesen
2009-01-20
1
-0
/
+3
*
eliminate use of uint32_t to improve compatibility with cygwin
Chris Lattner
2009-01-20
1
-76
/
+76
*
Enable debug info for composite types.
Devang Patel
2009-01-20
1
-0
/
+1
*
Spacing
Evan Cheng
2009-01-20
1
-1
/
+1
*
If a vector is empty, you're not allowed to access any
Duncan Sands
2009-01-20
1
-2
/
+3
*
Verify debug info.
Devang Patel
2009-01-19
1
-0
/
+17
*
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-19
2
-36
/
+2
*
improve compatibility with cygwin, patch by Jay Foad!
Chris Lattner
2009-01-19
1
-5
/
+16
*
DebugInfo is a lightweight APIs and consumers are expected to use light objec...
Devang Patel
2009-01-19
1
-59
/
+0
*
Few targets like PIC16 wants libcall generation for illegal type i16.
Sanjiv Gupta
2009-01-18
1
-0
/
+4
*
BasicAliasAnalysis and FunctionAttrs were both
Duncan Sands
2009-01-18
1
-0
/
+29
*
make comparisons a bist faster
Gabor Greif
2009-01-17
1
-5
/
+3
[next]