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
*
Fix bug: CBackend/2002-10-16-External.ll
Chris Lattner
2002-10-16
2
-14
/
+12
*
* Print the "return" node in the graphs
Chris Lattner
2002-10-16
1
-1
/
+18
*
The second element of the iterator is really an offset, not a link
Chris Lattner
2002-10-16
1
-1
/
+1
*
Specify the graph name
Chris Lattner
2002-10-16
1
-1
/
+1
*
- DSGraph Printing Improvements:
Chris Lattner
2002-10-16
1
-7
/
+7
*
Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.ll
Chris Lattner
2002-10-16
2
-4
/
+20
*
- Fix bug: Assembler/2002-10-15-NameClash.ll
Chris Lattner
2002-10-15
1
-42
/
+42
*
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-10-15
3
-21
/
+5
*
- Fix LLI so that it simulates the endianness of the target machine
Chris Lattner
2002-10-15
2
-92
/
+174
*
Make sure to escape \'s when they are output
Chris Lattner
2002-10-15
1
-0
/
+2
*
- Add an endianness field to the TargetData datastructure
Chris Lattner
2002-10-14
1
-5
/
+7
*
Print "circular" warning message only in debug mode.
Vikram S. Adve
2002-10-14
1
-2
/
+1
*
Removed misleading const keyword.
Vikram S. Adve
2002-10-14
1
-1
/
+1
*
Significant improvement: GEP used by a load or store no longer generates
Vikram S. Adve
2002-10-14
2
-72
/
+148
*
Allow emission of names that start with an underscore. This is needed to
Chris Lattner
2002-10-14
1
-14
/
+10
*
Clean up code a bit, no functionality changes.
Chris Lattner
2002-10-14
1
-10
/
+10
*
There is no way to guarantee that constants are not forward referenced.
Chris Lattner
2002-10-14
3
-29
/
+37
*
- Dramatically simplify the Constant::mutateReferences implementation,
Chris Lattner
2002-10-14
1
-21
/
+19
*
This loop executed exactly one time, turn it into straightline code
Chris Lattner
2002-10-14
1
-8
/
+6
*
Minor cleanups, no changes to functionality
Chris Lattner
2002-10-14
2
-18
/
+16
*
Don't try to compute the size of an "array" element if the index is 0:
Vikram S. Adve
2002-10-13
1
-4
/
+3
*
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-13
9
-86
/
+79
*
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-13
6
-17
/
+17
*
Halfway conversion from custom printing to GraphWriter printing
Chris Lattner
2002-10-13
1
-0
/
+33
*
Account for global variables resolved more accurately.
Chris Lattner
2002-10-13
1
-3
/
+5
*
Use methods that are more explanatory
Chris Lattner
2002-10-13
1
-1
/
+1
*
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-10-13
2
-30
/
+18
*
Major bug fix: was not adding CD edges for RETURNs!
Vikram S. Adve
2002-10-13
2
-16
/
+20
*
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-10-13
1
-17
/
+18
*
Run LICM before GCSE!
Vikram S. Adve
2002-10-13
1
-1
/
+1
*
Several major fixes, particularly in emitting constant aggregates:
Vikram S. Adve
2002-10-13
1
-59
/
+104
*
Don't use %l0 for large operands to a SAVE since it is needed *before* SAVE!
Vikram S. Adve
2002-10-13
1
-7
/
+7
*
Don't mark JMPLCALL and JMPLRET as branches.
Vikram S. Adve
2002-10-13
1
-4
/
+4
*
(1) Try to evaluate constant when multiplying 2 constants.
Vikram S. Adve
2002-10-13
1
-29
/
+19
*
Eliminate duplicate target pointer in SparcRegInfo.
Vikram S. Adve
2002-10-13
1
-11
/
+0
*
Eliminate duplicate target pointer. Also add a few assertions.
Vikram S. Adve
2002-10-13
1
-6
/
+14
*
Make sure to handle small negative values hiding as large unsigned longs --
Vikram S. Adve
2002-10-13
1
-4
/
+10
*
Major fix: extract ConstantExpr nodes and decompose them into symbolic
Vikram S. Adve
2002-10-13
1
-22
/
+90
*
Changed to external global var
Anand Shukla
2002-10-12
1
-1
/
+1
*
Instead of adding stdlib we just prototype malloc correctly.
Nick Hildenbrandt
2002-10-11
2
-2
/
+6
*
Sun requires you to include stdlib to use malloc
Nick Hildenbrandt
2002-10-11
2
-2
/
+2
*
Major bug fix: spill code for an instruction in a delay slot was
Vikram S. Adve
2002-10-11
2
-22
/
+146
*
Don't pad variables in stack slots for performance!
Vikram S. Adve
2002-10-11
1
-2
/
+2
*
Use PARALLEL_DIRS.
Vikram S. Adve
2002-10-11
1
-1
/
+1
*
Added capability to get execution count of a loop if it is a predictable
Misha Brukman
2002-10-11
1
-11
/
+137
*
Added helper functions in LoopInfo: isLoopExit and numBackEdges.
Misha Brukman
2002-10-11
1
-0
/
+24
*
Stop using DataStructureGraph.h
Chris Lattner
2002-10-10
1
-4
/
+1
*
- Dramatically simplify the ConstantMerge code now that
Chris Lattner
2002-10-09
1
-102
/
+3
*
- Make Value::replaceAllUsesWith work with constants correctly. This fixes
Chris Lattner
2002-10-09
1
-16
/
+18
*
- Add new Constant::replaceUsesOfWithOnConstant which has an end result
Chris Lattner
2002-10-09
1
-0
/
+106
[next]