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
/
lib
Age
Commit message (
Expand
)
Author
2003-08-28
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-27
Added/removed header file
Tanya Lattner
2003-08-27
*** empty log message ***
Tanya Lattner
2003-08-27
Fix bug: SCCP/2003-08-26-InvokeHandling.ll
Chris Lattner
2003-08-25
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-25
As it turns out, things will be simpler than I first expected. We no longer
Chris Lattner
2003-08-25
Remove special casing
Chris Lattner
2003-08-24
Mangle ALL letters that we do not allow, not just a few.
Chris Lattner
2003-08-24
Simplify code
Chris Lattner
2003-08-24
Consult the target data, not the module, about how large the current pointer
Chris Lattner
2003-08-24
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-24
Fix bug: Linker/2003-08-23-GlobalVarLinking.ll
Chris Lattner
2003-08-24
Implement: Linker/2003-08-24-InheritPtrSize.ll
Chris Lattner
2003-08-24
Implement: Jello/test-constantexpr.ll
Chris Lattner
2003-08-24
Implement SimplifyCFG/InvokeEliminate.ll
Chris Lattner
2003-08-24
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-24
Add support for 'any' pointer size and endianness
Chris Lattner
2003-08-24
Support new 'any' support for pointer size and endianness
Chris Lattner
2003-08-24
Allow modules to have 'any' pointer size and endianness. Luckily, we had
Chris Lattner
2003-08-24
Implement support for the unwind intrinsic in the CBE
Chris Lattner
2003-08-24
rethrow is really the language independent primitive here. "throw" can be wr...
Chris Lattner
2003-08-24
rethrow is really the language independent primitive here. "throw" can be wr...
Chris Lattner
2003-08-24
Inline invoke instructions as well as call instructions
Chris Lattner
2003-08-24
*** Implement inlining of Invoke instructions!
Chris Lattner
2003-08-24
Fix copy-and-paste-o
Chris Lattner
2003-08-24
Initial support for recognizing LLVM exception handling intrinsics
Chris Lattner
2003-08-24
Big diff for a small change: delete inlined functions if all callees have
Chris Lattner
2003-08-24
Implement: Inline/cfg_preserve_test.ll
Chris Lattner
2003-08-24
Allow specifying the name for the newly split basic block
Chris Lattner
2003-08-23
Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
Chris Lattner
2003-08-23
Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
Chris Lattner
2003-08-23
Rename SwitchInst::dest_push_back -> addCase
Chris Lattner
2003-08-23
Rename SwitchInst::dest_push_back -> addCase
Chris Lattner
2003-08-23
Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
Chris Lattner
2003-08-23
Do not consider any types that exist in the global symbol table!
Chris Lattner
2003-08-23
Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
Chris Lattner
2003-08-23
Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc
Chris Lattner
2003-08-23
Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll
Chris Lattner
2003-08-23
Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
Chris Lattner
2003-08-23
Initial checkin of ValueHolder helper
Chris Lattner
2003-08-22
Fix typeo
Chris Lattner
2003-08-22
The process of linking types can cause their addresses to become invalid. Fo...
Chris Lattner
2003-08-22
Implement Linker/2003-08-20-OpaqueTypeResolve.ll
Chris Lattner
2003-08-22
Accept double quoted strings everwhere we accept a %ABC variable name.
Chris Lattner
2003-08-22
If an "LLVM name" has wierd characters in it, print it out in double quotes i...
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
Fix spello
Chris Lattner
2003-08-21
Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and
Chris Lattner
2003-08-21
The JIT now passes the environment pointer to the main() function when it
John Criswell
[next]