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
*
Oops, check in all the files for converting AliasAnalysis to
Dan Gohman
2010-10-19
2
-30
/
+30
*
Factor out the call-once implementation into its own macro.
Owen Anderson
2010-10-19
1
-70
/
+21
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
18
-30
/
+60
*
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
1
-14
/
+0
*
GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.
Mikhail Glushenkov
2010-10-19
1
-1
/
+28
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-19
1
-1
/
+1
*
First step to allowing the resource directory of Clang to be adjusted for
Chandler Carruth
2010-10-19
2
-0
/
+6
*
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-19
1
-0
/
+14
*
Move the definition of this to the source file to anchor the vtable.
Chandler Carruth
2010-10-19
1
-1
/
+1
*
Make the representation of AliasSets explicitly differentiate
Dan Gohman
2010-10-18
1
-13
/
+9
*
Add a virtual destructor to silence a GCC warning.
Chandler Carruth
2010-10-18
1
-0
/
+2
*
Don't pass the raw invalid pointer used to represent conflicting
Dan Gohman
2010-10-18
1
-1
/
+16
*
Don't recompute MachineRegisterInfo in the Optimize* method.
Bill Wendling
2010-10-18
1
-0
/
+1
*
Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.
Dan Gohman
2010-10-18
2
-13
/
+30
*
Add TypeBasedAliasAnalysis to the standard pass lists. Note that it
Dan Gohman
2010-10-18
1
-3
/
+11
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
1
-0
/
+6
*
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-16
3
-15
/
+58
*
MC-COFF: Add support for default-null weak externals.
Michael J. Spencer
2010-10-16
1
-1
/
+1
*
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-16
1
-1
/
+14
*
Whitespace!
Michael J. Spencer
2010-10-16
2
-42
/
+42
*
Grammar.
Jim Grosbach
2010-10-15
1
-3
/
+3
*
Always use binary mode for output stream. This is important to prevent unwant...
Francois Pichet
2010-10-14
1
-4
/
+1
*
Try again at implementing thread-safe lazy pass initialization, without depen...
Owen Anderson
2010-10-14
1
-10
/
+72
*
Revert r116489. It included some changes I didn't intend to commit, and brok...
Owen Anderson
2010-10-14
1
-23
/
+23
*
Apparently MSVC doesn't support thread-safe static local initialization. Rol...
Owen Anderson
2010-10-14
1
-23
/
+23
*
add uadd_ov/usub_ov to apint, consolidate constant folding
Chris Lattner
2010-10-14
1
-3
/
+3
*
missed a line :(
Chris Lattner
2010-10-13
1
-1
/
+1
*
constify these methods.
Chris Lattner
2010-10-13
1
-4
/
+4
*
add a few operations for signed operations that also
Chris Lattner
2010-10-13
1
-11
/
+23
*
Conversely, Analysis-implementations do NOT need to initialize the AnalysisGr...
Owen Anderson
2010-10-13
1
-3
/
+1
*
Analysis groups need to initialize their default implementations.
Owen Anderson
2010-10-13
1
-1
/
+2
*
Take advantage of C++'s thread-safe static local initialization to simplify t...
Owen Anderson
2010-10-13
1
-11
/
+31
*
Remove noisy semicolon.
Benjamin Kramer
2010-10-13
1
-1
/
+1
*
Add Region::isTopLevelRegion().
Tobias Grosser
2010-10-13
1
-0
/
+5
*
RegionInfo: Update RegionInfo after a BB was split.
Tobias Grosser
2010-10-13
1
-0
/
+6
*
RegioInfo: Add getExpandedRegion().
Tobias Grosser
2010-10-13
1
-0
/
+8
*
RegionInfo: Allow to update exit and entry of a region.
Tobias Grosser
2010-10-13
1
-0
/
+12
*
RegionInfo: Enhance addSubregion.
Tobias Grosser
2010-10-13
1
-2
/
+4
*
RegionInfo: Allow to set the parent region of a basic block.
Tobias Grosser
2010-10-13
1
-0
/
+6
*
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
Rafael Espindola
2010-10-13
1
-1
/
+1
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-7
/
+8
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+37
*
Comment grammar tweakage.
Jim Grosbach
2010-10-12
1
-2
/
+2
*
Initial va_arg support for x86-64. Patch by David Meyer!
Dan Gohman
2010-10-12
1
-0
/
+21
*
Constify.
Dan Gohman
2010-10-12
1
-1
/
+1
*
Use SmallVectorImpl in a bunch of places.
Dan Gohman
2010-10-12
1
-5
/
+5
*
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-11
1
-1
/
+12
*
Clang's #include handling apparently doesn't work for libstdc++'s
Dan Gohman
2010-10-11
1
-0
/
+6
*
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
2
-31
/
+105
*
Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
Michael J. Spencer
2010-10-11
2
-105
/
+31
[next]