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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose more entry points to the verifier
Chris Lattner
2002-02-26
1
-2
/
+2
*
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
1
-15
/
+22
*
Pass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner
2002-02-26
2
-8
/
+8
*
Move processGraph down lower in the file so all of the forward declarations
Chris Lattner
2002-02-26
2
-412
/
+334
*
* Changes to compile successfully with GCC 3.0
Chris Lattner
2002-02-26
4
-185
/
+132
*
Makefile for profile-paths
Anand Shukla
2002-02-26
1
-0
/
+5
*
Initial checkin: functions on Graph used for path profile pass
Anand Shukla
2002-02-26
2
-0
/
+1428
*
Initial checkin: instrument code to get path execution frequency
Anand Shukla
2002-02-26
1
-0
/
+162
*
Initial checkin: helper file to insert instrumentation code along edges
Anand Shukla
2002-02-26
1
-0
/
+262
*
Initial check in of graph.cpp: implements graph interface used in path profiles
Anand Shukla
2002-02-26
1
-0
/
+425
*
Change to make it build with GCC 2.95.3
Anand Shukla
2002-02-26
2
-2
/
+2
*
New makefile to include ProfilePaths dir
Anand Shukla
2002-02-26
1
-1
/
+1
*
Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll
Chris Lattner
2002-02-25
1
-0
/
+20
*
When inlining basic blocks and instructions, give them a name!
Chris Lattner
2002-02-25
1
-0
/
+4
*
Remove hack. This is better fixed in Makefile.common
Chris Lattner
2002-02-24
1
-1
/
+1
*
Build with newer compiler, with same bug
Chris Lattner
2002-02-24
1
-1
/
+1
*
Namespaces
Chris Lattner
2002-02-24
1
-1
/
+1
*
Clean up std namespace issues
Chris Lattner
2002-02-24
4
-10
/
+14
*
64 bit clean now
Chris Lattner
2002-02-24
1
-3
/
+4
*
* Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
1
-7
/
+6
*
* Silence signed/unsigned warnings
Chris Lattner
2002-02-24
4
-6
/
+8
*
Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
5
-8
/
+10
*
Close input file if exception is thrown
Chris Lattner
2002-02-20
1
-6
/
+10
*
Change to verifier interface
Chris Lattner
2002-02-20
1
-9
/
+3
*
Actually implement some checking in the verifier.
Chris Lattner
2002-02-20
1
-36
/
+111
*
Fix isArrayAllocation() to be correct
Chris Lattner
2002-02-19
1
-0
/
+6
*
Keep track of memory allocated by alloca so that it is freed appropriately
Chris Lattner
2002-02-19
2
-5
/
+37
*
Implement exp function
Chris Lattner
2002-02-18
1
-0
/
+9
*
Handle more cases in the linker
Chris Lattner
2002-02-18
1
-5
/
+21
*
Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.ll
Chris Lattner
2002-02-14
2
-2
/
+2
*
Implement conversion of method pointer parameter in Call instruction
Chris Lattner
2002-02-14
1
-9
/
+62
*
* Check in fix for: llvm/test/Regression/Other/2002-02-14-LevelRaiseInstDelet...
Chris Lattner
2002-02-14
1
-5
/
+7
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
21
-95
/
+95
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
33
-85
/
+128
*
Add neccesary #include
Chris Lattner
2002-02-12
1
-0
/
+1
*
I forgot to provide dominance frontier information. Now it's available.
Chris Lattner
2002-02-12
1
-5
/
+24
*
Initial checkin of new memory -> register promotion pass
Chris Lattner
2002-02-12
1
-0
/
+93
*
Add new abort-on-exceptions flag
Chris Lattner
2002-02-12
1
-2
/
+7
*
Write llvm bytecode to output .s file as last step of LLC.
Chris Lattner
2002-02-11
3
-0
/
+81
*
Make array bound checks optional and disabled by default.
Chris Lattner
2002-02-11
1
-2
/
+2
*
Fix build error
Chris Lattner
2002-02-11
1
-2
/
+2
*
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
6
-64
/
+112
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
11
-215
/
+126
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
15
-138
/
+106
*
* Code Cleanups
Chris Lattner
2002-02-05
6
-60
/
+50
*
* Code Cleanups of IGNode.h
Chris Lattner
2002-02-05
4
-106
/
+48
*
Must include SetOperations to do set_*
Chris Lattner
2002-02-05
6
-0
/
+6
*
Remove generic routines to Support/SetOperations.h
Chris Lattner
2002-02-05
2
-36
/
+2
*
Remove empty files
Chris Lattner
2002-02-05
2
-0
/
+0
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
8
-115
/
+90
[next]