index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
update to reflect reality
Chris Lattner
2007-05-02
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
2007-05-01
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
Pass call frame setup SP adjustment along to eliminateFrameIndex().
Evan Cheng
2007-05-01
Add SPAdj parameter to account for call frame setup SP adjustment.
Evan Cheng
2007-05-01
llvm bug #1350, parts 1, 2, and 3.
Nate Begeman
2007-05-01
several bitfixes to JumpToBit
Chris Lattner
2007-05-01
add JumpToBit, an explicit init method, and a default ctor.
Chris Lattner
2007-05-01
add missing opcode.
Chris Lattner
2007-05-01
Added hook hasReservedCallFrame(). It returns true if the call frame is
Evan Cheng
2007-04-30
Implement review feedback.
Christopher Lamb
2007-04-30
Header file for ELF relocations.
Christopher Lamb
2007-04-30
Fix comment
Anton Korobeynikov
2007-04-30
If an archive is not recognized as an LLVM bytecode archive then declare
Reid Spencer
2007-04-29
add some helpers
Chris Lattner
2007-04-29
compute this value correctly
Chris Lattner
2007-04-29
Make ARM-specific version of getInlineAsmLength
Dale Johannesen
2007-04-29
add a method
Chris Lattner
2007-04-29
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-29
Jeff's fix was fine
Chris Lattner
2007-04-29
add missing ctor
Chris Lattner
2007-04-29
Fix MemoryBuffer breakage correctly.
Jeff Cohen
2007-04-29
make this file self-contained
Chris Lattner
2007-04-29
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-29
Add a new memorybuffer class, to unify all the file reading code in the system
Chris Lattner
2007-04-29
new method for creating a path, which does not create a temporary string.
Chris Lattner
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
add a default parameter
Chris Lattner
2007-04-28
add a way to make this less brittle
Chris Lattner
2007-04-28
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2007-04-27
add a GEP helper function
Chris Lattner
2007-04-27
Fix prolific source of 'possible loss of data' warnings.
Jeff Cohen
2007-04-26
Move ~Pass() from Pass.h into Pass.cpp
Devang Patel
2007-04-26
Delete Analysis Resolver.
Devang Patel
2007-04-26
Fix a typo in a comment.
Dan Gohman
2007-04-26
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-26
Rename identifier that GCC uses as a macro, breaking llvm-gcc build.
Jeff Cohen
2007-04-26
start defining codes for instructions
Chris Lattner
2007-04-26
add a new code
Chris Lattner
2007-04-26
add alias support to bitcode
Chris Lattner
2007-04-26
Be careful when to add implicit kill / dead operands. Don't add them during /...
Evan Cheng
2007-04-25
Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...
Evan Cheng
2007-04-25
Data structure change to improve compile time (especially in debug mode).
Evan Cheng
2007-04-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
Remove unused function argument.
Devang Patel
2007-04-25
Add missed file
Anton Korobeynikov
[next]