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
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Remove removed source file.
Oscar Fuentes
2008-11-12
1
-1
/
+0
*
Remove
Devang Patel
2008-11-11
1
-0
/
+0
*
Undo previous check-in.
Devang Patel
2008-11-11
1
-97
/
+0
*
CMake: Updated list of source files for lib/Transforms/Utils.
Oscar Fuentes
2008-11-11
1
-0
/
+1
*
Add utility pass to remove dbg info.
Devang Patel
2008-11-11
1
-0
/
+97
*
Update CMakeLists.txt
Cédric Venet
2008-11-11
1
-0
/
+1
*
Add utility routines to remove dead debug info.
Devang Patel
2008-11-11
1
-0
/
+60
*
Rework r58829, allowing removal of dbg info intrinsics during alloca
Daniel Dunbar
2008-11-08
1
-20
/
+24
*
BCUI + 1 doesn't work. Use next instead.
Bill Wendling
2008-11-07
1
-1
/
+2
*
Handle (delete) dbg intrinsics while promoting alloca.
Devang Patel
2008-11-07
1
-3
/
+22
*
InstructionNamer preserves everything.
Devang Patel
2008-11-06
1
-0
/
+4
*
Check Attribute::NoInline.
Devang Patel
2008-11-05
1
-4
/
+2
*
Fix unused variable warnings.
Devang Patel
2008-11-03
1
-1
/
+5
*
Fix warning.
Daniel Dunbar
2008-10-31
1
-1
/
+1
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
2
-12
/
+27
*
Fix PR2967 by not deleting volatile load/stores that occur before unreachable.
Chris Lattner
2008-10-29
1
-0
/
+11
*
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-10-28
1
-9
/
+10
*
export an ID for the instructionNamer, allowing analysis/transformation passes
Edwin Török
2008-10-27
1
-0
/
+1
*
Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of
Chris Lattner
2008-10-27
1
-175
/
+97
*
Add a new LargeBlockInfo helper, which is just a wrapper around
Chris Lattner
2008-10-27
1
-57
/
+123
*
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
1
-1
/
+1
*
Don't drop alignment on globals when cloning.
Nick Lewycky
2008-10-09
1
-5
/
+9
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
Correctly set attributes when removing args during cloning. Fixes PR2765
Andrew Lenharth
2008-10-07
1
-1
/
+17
*
Nick Lewycky's patch.
Devang Patel
2008-10-03
1
-1
/
+1
*
SplitBlock should only attempt to update LoopInfo if it is actually being used.
Owen Anderson
2008-10-03
1
-4
/
+3
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-5
/
+9
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
4
-7
/
+7
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-1
/
+1
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
1
-1
/
+1
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+1
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
1
-1
/
+1
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-1
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+26
*
Try to place hoisted instructions befoe icmp instruction.
Devang Patel
2008-09-18
1
-2
/
+23
*
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-17
1
-9
/
+2
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
1
-1
/
+11
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
1
-6
/
+7
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
1
-7
/
+6
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
1
-6
/
+7
*
Remove trailing whitespace.
Duncan Sands
2008-09-05
1
-36
/
+36
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
7
-7
/
+7
*
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-09-03
1
-0
/
+3
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-3
/
+5
*
Add a new trivial -inst-namer pass which makes it possible to diff the
Chris Lattner
2008-08-23
1
-0
/
+49
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-4
/
+4
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
1
-5
/
+3
*
Use empty() instead of begin() == end().
Dan Gohman
2008-08-14
1
-1
/
+1
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
4
-152
/
+55
[next]