Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
dcc0ac9eb790bd3c09ed9fcc03a6294161b41236
dcc0ac9
Remove implemented projects
by Chris Lattner
· 22 years ago
c3dc212
Update programmers manual for renamed method
by Chris Lattner
· 22 years ago
24a0bee
Hopefully final tweak to this testcase
by Chris Lattner
· 22 years ago
7b9b1f9
Add a new test for basicaa
by Chris Lattner
· 22 years ago
006a4a5
Fix typeo
by Chris Lattner
· 22 years ago
e45e32d
Remove wierd case that can never happen
by Chris Lattner
· 22 years ago
f288ff7
Add new helper template function
by Chris Lattner
· 22 years ago
be67758
Fix testcase
by Chris Lattner
· 22 years ago
f0a93ed
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
by Chris Lattner
· 22 years ago
9971ac4
This is a substantial rewrite of the AliasSetTracker class which now uses
by Chris Lattner
· 22 years ago
93a7e08
Initial checkin of CallSite wrapper for Call/Invoke instructions
by Chris Lattner
· 22 years ago
4944d8d
Fix test
by Chris Lattner
· 22 years ago
22a3b55
Make printing messages nicer
by Chris Lattner
· 22 years ago
24e03d3
Fix #endif
by Chris Lattner
· 22 years ago
a430bc7
Add support for the slist extension
by Chris Lattner
· 22 years ago
2e6e741
Initial implementation of Loop invariant memory->scalar promotion
by Chris Lattner
· 22 years ago
4e31365
Tweak testcase
by Chris Lattner
· 22 years ago
0b1cda1
New testcase for scalar promotion
by Chris Lattner
· 22 years ago
d99bf49
Split mem2reg promotion into two parts: a function which does the work, and
by Chris Lattner
· 22 years ago
782752b
Add a new interface file for the PromoteMemToReg interface in the Utils library
by Chris Lattner
· 22 years ago
cc139de
Clean up std namespace references
by Chris Lattner
· 22 years ago
96d20c5
New testcase to check to see if LICM is performing scalar promotion
by Chris Lattner
· 22 years ago
420df9b
Dramatically simplify building of natural loops and fix a bug where the BBMap
by Chris Lattner
· 22 years ago
3a9a56e
Fix the requisite bug that I introduced
by Chris Lattner
· 22 years ago
ae5d39e
Fix 80 character formatting
by Chris Lattner
· 22 years ago
e30c763
Fix bug: 2003-02-19-LoopInfoNestingBug.ll
by Chris Lattner
· 22 years ago
e9d0070
Add a testcase for broken loopinfo
by Chris Lattner
· 22 years ago
65a3f17
Make tests rerun if analyze is rebuilt
by Chris Lattner
· 22 years ago
fe95dae
Fix warnings compiling C files
by Chris Lattner
· 22 years ago
8fc6258
Remove support for memset
by Chris Lattner
· 22 years ago
6d3a877
Add lots of functions
by Chris Lattner
· 22 years ago
ad3448c
4 new transformations:
by Chris Lattner
· 22 years ago
fa59079
Add new testcases
by Chris Lattner
· 22 years ago
b19fa8d
Modernize testcase
by Chris Lattner
· 22 years ago
e14e50d
Modernize testcases
by Chris Lattner
· 22 years ago
5640f33
test for a variety of new transformations:
by Chris Lattner
· 22 years ago
a288196
Add a variety of new transformations:
by Chris Lattner
· 22 years ago
07928ef
modernize testcase
by Chris Lattner
· 22 years ago
f633553
Modernize testcase
by Chris Lattner
· 22 years ago
98d6f0a
Fix resolution of indirect function calls... whoops
by Chris Lattner
· 22 years ago
92d5e30
Changes to runtime framework
by Anand Shukla
· 22 years ago
f1c2838
Mark function edges
by Chris Lattner
· 22 years ago
fd59520
Fix a bug that cause a crash resolving questionable function calls
by Chris Lattner
· 22 years ago
5f07a8b
- Eliminate provably non-pointer nodes from graphs.
by Chris Lattner
· 22 years ago
a3183be
Fix a misunderstanding of the standard associative containers
by Chris Lattner
· 22 years ago
1a1a85d
Don't put integer pointers (longs) into the scalar map.
by Chris Lattner
· 22 years ago
96768ea
Clarify the Makefile.config settings
by Chris Lattner
· 22 years ago
6b40323
Fix bug: LevelRaise/2003-02-13-CallRaise.ll
by Chris Lattner
· 22 years ago
bc7b486
New testcase distilled from LARN
by Chris Lattner
· 22 years ago
be1094e
Hax0r around a deficiency in the Pass infrastructure
by Chris Lattner
· 22 years ago
352a6fa
Use the new tailclip property new added to graphviz CVS to make call nodes
by Chris Lattner
· 22 years ago
0779388
This speeds up processing LLVM a _lot_, 17% in the case of loading and destroying "vortex"
by Chris Lattner
· 22 years ago
731b2d7
Move node forwarding code from being inlined to being out-of-line.
by Chris Lattner
· 22 years ago
1d1e5b5
Fix profile builds
by Chris Lattner
· 22 years ago
8166b7c
Make more compatible with GCC 2.96
by Chris Lattner
· 22 years ago
e040f97
Remove gunk that was supposed to make space evaluation more precise, but never worked.
by Chris Lattner
· 22 years ago
e809b05
New testcase, for something we may never really want to support :)
by Chris Lattner
· 22 years ago
3aed678
Add -fomit-frame-pointer when optimizing
by Chris Lattner
· 22 years ago
ecd78ac
Fixed alloca declaration problem on sun.
by Joel Stanley
· 22 years ago
98d829c
Don't output times in "scientific" notation
by Chris Lattner
· 22 years ago
f3bafc1
Add new -no-verify option
by Chris Lattner
· 22 years ago
d70b68e
Add a new -no-output option, useful for -aa-eval tests.
by Chris Lattner
· 22 years ago
3c0ced5
Implement more functions
by Chris Lattner
· 22 years ago
02896c9
Rename options
by Chris Lattner
· 22 years ago
72d29a4
Implement a "union-findy" version of DS-Analysis, which eliminates the
by Chris Lattner
· 22 years ago
2cec1d3
Minor tweaks to printing. Close the file before viewing it in viewGraph
by Chris Lattner
· 22 years ago
d3c2e32
Fix uninitialized member problem
by Chris Lattner
· 22 years ago
1fcc101
Bugfix for calling dump() after the links vector has been cleared
by Chris Lattner
· 22 years ago
a954b5e
Modest speedup which seems to help steens quite a bit on large graphs
by Chris Lattner
· 22 years ago
ed14f82
Move getNode() out of line
by Chris Lattner
· 22 years ago
2609c07
Fix problem breaking GAP, use hasNoReferrers more
by Chris Lattner
· 22 years ago
c40c905
Implement a new method "viewGraph" which can be used to instantly view a graph from GDB.
by Chris Lattner
· 22 years ago
e79eaa9
Implement a new "viewGraph" method which can be used to instantly view a graph from gdb
by Chris Lattner
· 22 years ago
4f2cfc0
Rearrange code
by Chris Lattner
· 22 years ago
88c7294
Fix problem breaking Fhourstones
by Chris Lattner
· 22 years ago
dab73be
Revert Anand's patch which broke the build
by Chris Lattner
· 22 years ago
0f777ab
Make steensgaards performance not shameful
by Chris Lattner
· 22 years ago
1e56c54
Don't insert null entries into the scalar map for constexpr (cast null to Ty)
by Chris Lattner
· 22 years ago
f013d3d
*** empty log message ***
by Anand Shukla
· 22 years ago
0ad4c00
Remove the -debug option from release executables
by Chris Lattner
· 22 years ago
638b381
Allow printing of various types of alias analysis results
by Chris Lattner
· 22 years ago
762d2f0
Implement knowledge in BasicAA that &A->field != &A and (P+1) != P
by Chris Lattner
· 22 years ago
44f3402
- Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]
by Chris Lattner
· 22 years ago
af28351
Switch to using the right call vector
by Chris Lattner
· 22 years ago
7e38fbe
Add a basic-aa test
by Chris Lattner
· 22 years ago
e0fbd48
Fix major bugs in incompleteness marking that were pessimizing results
by Chris Lattner
· 22 years ago
47a307a
Print out the steens graph if -debug is specified
by Chris Lattner
· 22 years ago
93d7a21
* Fix a bug where global incompleteness marking would not mark the global
by Chris Lattner
· 22 years ago
d4aabcb
TD Pass now does not cause globals to mark nodes incomplete.
by Chris Lattner
· 22 years ago
e77f145
Add a special case for main because we know it's incoming arguments don't alias
by Chris Lattner
· 22 years ago
1ef0da2
Fix a bug where we would mark the callees arguments incomplete if the caller was external.
by Chris Lattner
· 22 years ago
2c1d7cf
Fix division by zero problem
by Chris Lattner
· 22 years ago
6022ef4
Remove explicit result counters
by Chris Lattner
· 22 years ago
ca3f790
Add a flag which effectively disables field sensitivity
by Chris Lattner
· 22 years ago
1dbd1b8
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
by Chris Lattner
· 22 years ago
a89feb5
Allow counting multiple passes, and print the pass name counted
by Chris Lattner
· 22 years ago
70e332d
New general purpose alias analysis result auditor
by Chris Lattner
· 22 years ago
1b36004
Add notes from Vikram's email
by Chris Lattner
· 22 years ago
4325610
Remove obsolete page
by Chris Lattner
· 22 years ago
68963a4
Add a summary
by Chris Lattner
· 22 years ago
Next »