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
*
Fix comment to name "TokenFactor" instead of "Token factor".
Bill Wendling
2008-10-21
1
-1
/
+1
*
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
2
-55
/
+16
*
Clear raw_fd_ostream error string on success and explain behavior in
Daniel Dunbar
2008-10-21
1
-4
/
+5
*
fix a tricky bug in the JIT global variable emitter, that was triggered when ...
Nuno Lopes
2008-10-21
2
-1
/
+4
*
constify some methods and variables in ImmutableList.
Ted Kremenek
2008-10-21
1
-9
/
+9
*
Add skeleton for the pre-register allocation live interval splitting pass.
Evan Cheng
2008-10-20
1
-0
/
+2
*
Update the stub and callback code to handle lazy compilation. The stub
Jim Grosbach
2008-10-20
1
-0
/
+8
*
Add a register class -> virtual registers map.
Evan Cheng
2008-10-20
1
-7
/
+30
*
This forward declaration is unnecessary.
Evan Cheng
2008-10-20
1
-1
/
+0
*
Teach getTypeToTransformTo to return something
Duncan Sands
2008-10-20
1
-4
/
+5
*
Fix a typo in a comment.
Dan Gohman
2008-10-20
1
-1
/
+1
*
Fix typo in a comment.
Matthijs Kooijman
2008-10-20
1
-1
/
+1
*
Remove another stale comment.
Matthijs Kooijman
2008-10-20
1
-3
/
+1
*
Remove an inappropriate (probably outdated) comment.
Matthijs Kooijman
2008-10-20
1
-3
/
+1
*
Make llvm memory barrier available as an intrinsic
Mon P Wang
2008-10-18
1
-1
/
+2
*
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-18
5
-13
/
+20
*
Use the opcode predicates, instead of duplicating the code.
Dan Gohman
2008-10-17
1
-3
/
+3
*
Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...
Evan Cheng
2008-10-17
1
-5
/
+19
*
Added MemIntrinsicNode which is useful to represent target intrinsics that
Mon P Wang
2008-10-17
2
-6
/
+62
*
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
2
-6
/
+12
*
add an assert so that PR2356 explodes instead of running off an
Chris Lattner
2008-10-17
1
-0
/
+10
*
Add comment on how tagged pointers are
Gabor Greif
2008-10-17
1
-1
/
+8
*
Trim #includes.
Dan Gohman
2008-10-16
5
-10
/
+3
*
Introduce a typing refinenement on tagged data
Gabor Greif
2008-10-16
1
-5
/
+5
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
2
-5
/
+7
*
Fix a calculation error in comments.
Zhongxing Xu
2008-10-16
1
-1
/
+1
*
Move the include of MachineLocation.h into MachineModuleInfo.h
Dan Gohman
2008-10-16
1
-1
/
+1
*
Implement a SmallVector insert method that can insert multiple
Dan Gohman
2008-10-16
1
-0
/
+62
*
Fix several places that called mapped_iterator's constructor without
Dan Gohman
2008-10-16
1
-3
/
+8
*
Correct the name of isTrapping in comments.
Dan Gohman
2008-10-15
1
-1
/
+1
*
Fix whitespace in a comment.
Dan Gohman
2008-10-15
1
-1
/
+1
*
Fix PR2115 by doxygenating Use more, and make some more methods private.
Chris Lattner
2008-10-15
1
-8
/
+21
*
remove legacy interfaces
Gabor Greif
2008-10-15
1
-93
/
+0
*
Removed pinsrd and pinsrq intrinsics because the code generator does not support
Mon P Wang
2008-10-15
1
-6
/
+0
*
- Add target lowering hooks that specify which setcc conditions are illegal,
Evan Cheng
2008-10-15
1
-0
/
+37
*
FastISel support for exception-handling constructs.
Dan Gohman
2008-10-14
3
-3
/
+19
*
Add llvm::hexdigit to StringExtras (number -> hexadecimal char)
Daniel Dunbar
2008-10-14
1
-4
/
+7
*
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
2
-19
/
+19
*
Remove dead code.
Devang Patel
2008-10-14
1
-3
/
+0
*
Clarify meaning of copyRegToReg's return value.
Evan Cheng
2008-10-13
1
-1
/
+3
*
fix typo's
Gabor Greif
2008-10-13
1
-2
/
+2
*
remove a deprecated internal interface
Gabor Greif
2008-10-13
2
-9
/
+0
*
this was to be removed after 2.4 branched.
Chris Lattner
2008-10-12
1
-32
/
+0
*
Make Escape Analysis work for any pointer.
Owen Anderson
2008-10-12
1
-2
/
+3
*
Add EscapeAnalysis.
Owen Anderson
2008-10-12
1
-0
/
+2
*
random cleanup
Chris Lattner
2008-10-11
1
-2
/
+1
*
Fix SSE4.1 roundss, roundsd. While the instructions have
Dale Johannesen
2008-10-10
1
-2
/
+2
*
Fix copy-and-paste-o.
Owen Anderson
2008-10-10
1
-2
/
+2
*
Add a basic intra-procedural escape analysis. This hasn't be extensively tes...
Owen Anderson
2008-10-10
1
-0
/
+59
*
Fixed definition of llvm_anyptr_ty
Mon P Wang
2008-10-10
1
-1
/
+1
[next]