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
/
Target
/
CBackend
/
CBackend.cpp
Age
Commit message (
Expand
)
Author
2003-10-23
This commit was manufactured by cvs2svn to create branch 'release_1'.
cvs2svn
2003-10-23
Fail gracefully if we have a zero arg varargs function
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-13
Do not allow fallthroughs in switch statements. This fixes PR37,
Chris Lattner
2003-10-13
Use the autoconf macro John wrote
Chris Lattner
2003-10-12
* Spell "necessary" correctly
Chris Lattner
2003-10-12
* Be TBAA safe
Chris Lattner
2003-10-05
A couple of minor code cleanups.
Chris Lattner
2003-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-15
Fix problems with programs that prototype printf to something unusual
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-10
Remove a bunch of warnings from the CBE generated C code
Chris Lattner
2003-09-10
"the one true solution for compatibility with GCC 3.3+"
Chris Lattner
2003-09-08
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
Add support for the unwind instruction
Chris Lattner
2003-08-28
Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking
Chris Lattner
2003-08-24
Simplify code
Chris Lattner
2003-08-24
Implement support for the unwind intrinsic in the CBE
Chris Lattner
2003-08-18
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-14
Stop annoying warnings about mismatched types with the argument of a free
Chris Lattner
2003-08-06
The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded
Chris Lattner
2003-07-31
Unbreak the CBE output
Chris Lattner
2003-07-31
Modified the code so that it generates (0) for setjmp() and abort() for
John Criswell
2003-07-25
Don't include llvm/SlotCalculator.h, or <set>.
Brian Gaeke
2003-07-24
Use unified CWriter-X86/Printer name mangler. Do not bother using
Brian Gaeke
2003-07-23
Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE
Chris Lattner
2003-07-23
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-21
Eliminated dead code.
Misha Brukman
2003-07-09
Some beautification changes (tabs to spaces, removed extra blank lines);
Misha Brukman
2003-07-08
Removed size_t from the parameter list of the malloc() prototype in generated C
John Criswell
2003-06-28
jmp_buf is really a pointer type that is passed around...
Chris Lattner
2003-06-28
Add support for the Invoke instruction!
Chris Lattner
2003-06-28
Preserve compatibility with non-gcc compilers
Chris Lattner
2003-06-28
Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
Chris Lattner
2003-06-25
- Fixed name mangling conditions to handle 'linkonce' linkage type. In
Joel Stanley
2003-06-25
It seems likely that floats would need a cast too, because they are
Brian Gaeke
2003-06-23
Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better
Brian Gaeke
2003-06-17
lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
Brian Gaeke
2003-06-17
Fairly major change: emit fixed sized allocas in the entry block as a variable,
Chris Lattner
2003-06-16
Don't include alloca.h on FreeBSD.
Brian Gaeke
2003-06-16
Fix typeo
Chris Lattner
2003-06-16
Fix bug: CBackend/2003-06-11-HexConstant.ll
Chris Lattner
2003-06-06
Don't output explicit initializers for globals that are zero initialized
Chris Lattner
2003-06-02
Fix bug: CBackend/2003-06-01-NullPointerType.ll
Chris Lattner
2003-06-01
Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...
Chris Lattner
2003-05-29
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
[next]