index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2009-10-06
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-10-06
Default to the xs1b subtarget
Richard Osborne
2009-10-06
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
grammar
Jim Grosbach
2009-10-06
Fix cut-n-pasto.
Devang Patel
2009-10-06
Update processDebugLoc() to handle requests to process debug info, before and...
Devang Patel
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
Remove dead code.
Devang Patel
2009-10-06
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
Remove unintentional function decl.
Devang Patel
2009-10-06
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-06
Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests
Jeffrey Yasskin
2009-10-06
Set default location for the function if it is not already set.
Devang Patel
2009-10-06
Existence of a compile unit for input source file is a good indicator to chec...
Devang Patel
2009-10-05
If subprogram die is not available then construct new one.
Devang Patel
2009-10-05
Adjust context for the global variables that are not at file scope, e.g.
Devang Patel
2009-10-05
Set address while constructing DIE.
Devang Patel
2009-10-05
Extend ConstantFolding to understand signed overflow variants
Evan Phoenix
2009-10-05
In Thumb1, the register scavenger is not always able to use an emergency
Jim Grosbach
2009-10-05
Don't treat malloc calls with non-matching prototype as malloc.
Torok Edwin
2009-10-05
No newline at end of files.
Edward O'Callaghan
2009-10-05
Gracefully handle various scopes while recording source line info.
Devang Patel
2009-10-05
Remove an unnnecessary LLVMContext argument in
Dan Gohman
2009-10-05
Use Use::operator= instead of Use::set, for consistency.
Dan Gohman
2009-10-05
Remove explicit enum integer values. They don't appear to be needed, and
Dan Gohman
2009-10-05
Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIP
Dan Gohman
2009-10-05
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
teach the optimizer how to constant fold uadd/usub intrinsics.
Chris Lattner
2009-10-05
simplify this code a bunch.
Chris Lattner
2009-10-05
code simplifications.
Chris Lattner
2009-10-05
instcombine shouldn't delete all null checks for mallocs.
Chris Lattner
2009-10-05
stop MachineFunctionPass from claiming that it preserves LoopDependence info,
Chris Lattner
2009-10-05
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
Chris Lattner
2009-10-04
Do away with the strange use of BitVectors in SSI, and just use normal sets. ...
Owen Anderson
2009-10-04
Whitespace and formatting.
Jakob Stoklund Olesen
2009-10-04
Fix a typo in the comment.
Owen Anderson
2009-10-04
SSI needs to require DT and DF transitively, since it uses them outside of it...
Owen Anderson
2009-10-04
Allow -inline-threshold override default threshold even if compiling to optim...
Evan Cheng
2009-10-03
Requires element types in a constant initializer to match the element types of
Nick Lewycky
2009-10-03
Add a comment to describe letters used in multiclass name suffixes.
Bob Wilson
2009-10-03
Fix encoding problem for VMLS instruction.
Bob Wilson
2009-10-03
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-02
MingW build fixes
Benjamin Kramer
2009-10-02
Fix a use-after-free in post-ra-scheduling.
Benjamin Kramer
2009-10-02
getFunctionAlignment should return log2 alignment.
Evan Cheng
2009-10-02
Forgot about ARM::tPUSH. It also has a new writeback operand.
Evan Cheng
2009-10-02
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-01
All callee-saved registers are live-out of a return block.
David Goodwin
2009-10-01
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
[prev]
[next]