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
*
Changed argument name for 'Profile' method to potentially fix a name conflict
Ted Kremenek
2008-01-19
1
-1
/
+1
*
Modified ImmutableSet/ImmutableMap to use FoldingSet profiling using
Ted Kremenek
2008-01-19
1
-2
/
+2
*
Added FoldingSet style 'profiling' support for APSInt.
Ted Kremenek
2008-01-19
1
-0
/
+4
*
Added FoldingSet style 'profiling' support for APInt.
Ted Kremenek
2008-01-19
1
-0
/
+5
*
Made 'FoldingSetNodeID' a proper class instead of a nested class in
Ted Kremenek
2008-01-19
1
-51
/
+47
*
Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTrait
Ted Kremenek
2008-01-19
1
-1
/
+53
*
don't form an std::string with a null pointer, it aborts.
Chris Lattner
2008-01-18
1
-1
/
+1
*
remove magic numbers.
Chris Lattner
2008-01-18
1
-13
/
+14
*
Reverted implementation of ImmutableMap::find() to return a TreeTy* instead of
Ted Kremenek
2008-01-18
1
-3
/
+5
*
This commit changes:
Chris Lattner
2008-01-17
1
-19
/
+23
*
Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value
Ted Kremenek
2008-01-17
2
-4
/
+25
*
add some helper methods.
Chris Lattner
2008-01-17
1
-3
/
+14
*
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2008-01-17
2
-11
/
+21
*
Do not mark EH tables no-dead-strip unless the
Dale Johannesen
2008-01-16
1
-0
/
+10
*
Factor the ReachesChainWithoutSideEffects out of dag combiner into
Chris Lattner
2008-01-16
1
-0
/
+8
*
Changed ImmutableMap::find to return an iterator instead of a pointer
Ted Kremenek
2008-01-15
1
-10
/
+11
*
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2008-01-15
1
-10
/
+34
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-0
/
+7
*
Move some calls to getVRegDef higher in the callgraph, so they don't get exec...
Owen Anderson
2008-01-15
1
-2
/
+4
*
Unbreak the build.
Evan Cheng
2008-01-15
1
-3
/
+3
*
Fix a memory correctness error noticed by valgrind (harmless in practice).
Gordon Henriksen
2008-01-15
1
-1
/
+1
*
Oops. Forgot to commit this.
Evan Cheng
2008-01-15
1
-3
/
+7
*
For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed
Anton Korobeynikov
2008-01-15
2
-0
/
+5
*
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-14
1
-1
/
+7
*
Add hasByValArgument() to test if a call instruction has byval argument(s).
Evan Cheng
2008-01-12
1
-0
/
+3
*
Be more liberal in what parameter attributes are
Duncan Sands
2008-01-12
1
-2
/
+2
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
2
-0
/
+2
*
remove some incorrect classof's.
Chris Lattner
2008-01-11
1
-2
/
+0
*
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
1
-0
/
+3
*
add operator==/!= to smallvector.
Chris Lattner
2008-01-11
1
-0
/
+10
*
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
1
-2
/
+2
*
don't include loopinfo.h from this file.
Chris Lattner
2008-01-11
1
-1
/
+3
*
Move typedef of loop to top of the file where it is more obvious.
Chris Lattner
2008-01-11
1
-2
/
+3
*
Fix 80 col violations
Chris Lattner
2008-01-11
1
-29
/
+35
*
More CellSPU refinement and progress:
Scott Michel
2008-01-11
2
-52
/
+64
*
Simplify the side effect stuff a bit more and make licm/sinking
Chris Lattner
2008-01-10
2
-48
/
+24
*
Output sinl for a long double FSIN node, not sin.
Duncan Sands
2008-01-10
1
-2
/
+9
*
Clearify the meaning of immutable StackObject.
Evan Cheng
2008-01-10
1
-3
/
+3
*
Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...
Evan Cheng
2008-01-10
1
-5
/
+18
*
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
1
-0
/
+7
*
provide def_* and use_* iterators in addition to reg_* iterators.
Chris Lattner
2008-01-10
1
-12
/
+51
*
Fix PR1845 and rdar://5676945. Generic vectors smaller
Chris Lattner
2008-01-10
1
-1
/
+1
*
Fix sse2.psrl.w and sse2.psrl.q definitions.
Evan Cheng
2008-01-09
1
-2
/
+2
*
Added "getRoot()" to ImmutableMap.
Ted Kremenek
2008-01-08
1
-5
/
+11
*
Fixed 80 col. violation.
Ted Kremenek
2008-01-08
1
-1
/
+2
*
add a mayLoad property for machine instructions, a correlary to mayStore.
Chris Lattner
2008-01-08
1
-2
/
+9
*
add match support for casts.
Chris Lattner
2008-01-08
1
-0
/
+24
*
Update the comment on scalar to vector to be a bit more clear.
Nate Begeman
2008-01-07
1
-2
/
+2
*
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
1
-8
/
+2
*
split TargetInstrDesc out into its own header file.
Chris Lattner
2008-01-07
2
-394
/
+415
[next]