index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-20
3
-5
/
+20
*
Interface to target-specific routines that support machine code optimization.
Vikram S. Adve
2002-09-20
1
-0
/
+22
*
Add method MachineInstr::replace to rewrite a machine instruction in place.
Vikram S. Adve
2002-09-20
1
-0
/
+12
*
Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently
Chris Lattner
2002-09-19
1
-1
/
+1
*
Fix ambiguity problem due to builtin log2(double) function
Chris Lattner
2002-09-17
2
-2
/
+2
*
Fix namespace correctness bug
Chris Lattner
2002-09-17
1
-1
/
+1
*
Add support for gcc 3.2
Chris Lattner
2002-09-17
1
-2
/
+2
*
Remove extra #include
Chris Lattner
2002-09-17
1
-1
/
+0
*
Fix typo in comment.
Vikram S. Adve
2002-09-17
1
-1
/
+1
*
Fix compile problem on linux. Noone should ever #include <inttypes.h>
Chris Lattner
2002-09-16
1
-1
/
+1
*
New preselection pass that specializes LLVM code for a target machine,
Vikram S. Adve
2002-09-16
1
-0
/
+16
*
Add ilist_iterator constructor from a node reference.
Vikram S. Adve
2002-09-16
2
-0
/
+2
*
Allow transformation DecomposeArrayRef(GetElementPtrInst* GEP) to
Vikram S. Adve
2002-09-16
1
-1
/
+8
*
Add routines to update or erase operands (and to do so without external
Vikram S. Adve
2002-09-16
3
-1
/
+16
*
*** empty log message ***
Vikram S. Adve
2002-09-16
1
-1
/
+2
*
Add support for passes that use a TargetMachine object.
Vikram S. Adve
2002-09-16
1
-13
/
+39
*
Add method MachineOperand::hasAllocatedReg().
Vikram S. Adve
2002-09-16
1
-3
/
+10
*
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-16
1
-0
/
+8
*
Add method adjustAlignment so that stack slot alignments can be computed
Vikram S. Adve
2002-09-16
1
-3
/
+9
*
Add methods to query about the representation of LLVM quantities (e.g.,
Vikram S. Adve
2002-09-16
2
-0
/
+46
*
*** empty log message ***
Vikram S. Adve
2002-09-16
1
-4
/
+23
*
Remove unnecessary include.
Vikram S. Adve
2002-09-14
1
-2
/
+0
*
Break RA_DEBUG option into several levels to get better output.
Vikram S. Adve
2002-09-14
1
-0
/
+23
*
Fix to work correctly under linux
Chris Lattner
2002-09-14
1
-9
/
+18
*
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
2002-09-14
1
-18
/
+0
*
Add support for MacOS and (hopefully) other BSD derivatives.
Vikram S. Adve
2002-09-14
1
-1
/
+5
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
1
-4
/
+8
*
Tighten up sanity checking
Chris Lattner
2002-09-13
1
-3
/
+1
*
Try to work well on multiple platforms.
Chris Lattner
2002-09-13
1
-4
/
+12
*
Add better linux support by using the right macro. This still should be
Chris Lattner
2002-09-13
1
-1
/
+1
*
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
2002-09-13
2
-0
/
+8
*
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
Chris Lattner
2002-09-12
1
-3
/
+24
*
Convert index type for getelementptr instruction from uint to long
Chris Lattner
2002-09-11
1
-2
/
+2
*
Add convenience ctor to BranchInst
Chris Lattner
2002-09-10
1
-1
/
+2
*
Implement support for inserting an instruction into a basic block right when it
Chris Lattner
2002-09-10
6
-69
/
+79
*
Eliminate the GenericBinaryInst class
Chris Lattner
2002-09-10
1
-1
/
+0
*
* Eliminate GenericBinaryInst class
Chris Lattner
2002-09-10
1
-20
/
+8
*
Eliminate the GenericBinaryInst class.
Chris Lattner
2002-09-10
1
-8
/
+8
*
Eliminate setType method
Chris Lattner
2002-09-10
1
-2
/
+0
*
Move TmpInstruction ctor to InstrSelection.cpp file
Chris Lattner
2002-09-08
1
-12
/
+2
*
Checkin initial support for automatic memory leak detection routines
Chris Lattner
2002-09-08
2
-0
/
+158
*
* Clean up some comments
Chris Lattner
2002-09-06
6
-21
/
+27
*
* Clean up indentation a bit
Chris Lattner
2002-09-06
1
-15
/
+21
*
Include stub for correlated expression elimination pass
Chris Lattner
2002-09-06
1
-0
/
+9
*
- Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge
Chris Lattner
2002-09-06
1
-4
/
+5
*
* Doxygenize API
Chris Lattner
2002-09-06
1
-23
/
+39
*
- Doxygenize comments
Chris Lattner
2002-09-06
1
-11
/
+69
*
Make getAnalysisToUpdate<AnalysisType>() public so that transformation APIs
Chris Lattner
2002-09-06
1
-15
/
+16
*
Add new function MachineInstrInfo::CreateZeroExtensionInstructions.
Vikram S. Adve
2002-09-05
2
-4
/
+36
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
2
-8
/
+17
[next]