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
2004-06-21
Spell out `NoFramePointerElim' for readability.
Misha Brukman
2004-06-21
Make a single `NoFPElim' switch available to all targets.
Misha Brukman
2004-06-21
Let's be consistent: listing format `os/arch'.
Misha Brukman
2004-06-21
Rename Interval class to LiveInterval to avoid conflicting with the already
Chris Lattner
2004-06-21
Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client
Chris Lattner
2004-06-20
Header moved into the CodeGen directory
Chris Lattner
2004-06-20
Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346
Chris Lattner
2004-06-20
Add methods like BinaryOperator::createAdd that take an instruction to insert
Chris Lattner
2004-06-19
Initial checkin of the StableBasicBlockNumbering, a little helper class for c...
Chris Lattner
2004-06-18
Add a target-independent way to query page size.
Misha Brukman
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-16
I'm afraid this doesn't exist.
Brian Gaeke
2004-06-15
isnan is dead
Chris Lattner
2004-06-12
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
It is no longer 2001
Chris Lattner
2004-06-11
Fix grammar: 's is for possessive only.
Misha Brukman
2004-06-11
Implement tracking of bytecode instruction size and the number of long
Reid Spencer
2004-06-11
Revert an unneeded interface change to Instruction.h
Reid Spencer
2004-06-11
I misled Alkis: LLVM should have isnan, not isunordered.
Chris Lattner
2004-06-11
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-10
Updated the BytecodeAnalysis data structure to contain additional fields
Reid Spencer
2004-06-10
Added an isPhiNode(unsigned) static method to determine if an opcode is
Reid Spencer
2004-06-10
Remove extra space.
Misha Brukman
2004-06-10
Implemented the bulk of the functionality. Cleaned up the code.
Reid Spencer
2004-06-10
Add new BinaryOperator::createAdd/Sub/... methods to avoid having to type
Chris Lattner
2004-06-09
Add some new fields for bytecode analysis.
Reid Spencer
2004-06-09
Cleaned up a dead header file to prevent duplicate definition warnings
Reid Spencer
2004-06-08
I checked and no clients expect this to return null for unconditional branches
Chris Lattner
2004-06-08
Add a forwarding method pop_front() that allows you to delete instructions
Brian Gaeke
2004-06-08
Add a TmpInstruction ctor that doesn't take a MCFI.
Brian Gaeke
2004-06-08
Apparently a particular vendor compiler uses the struct/class tag to MANGLE
Chris Lattner
2004-06-08
Fix case of doxygen directive `\p': it's lowercase.
Misha Brukman
2004-06-08
Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus
Chris Lattner
2004-06-08
Clean up documentation and make it possible for the BytecodeAnalyzer to
Reid Spencer
2004-06-07
Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
Reid Spencer
2004-06-07
Added checks for mkstemp and getrusage.
John Criswell
2004-06-05
Macros are baaad.
Chris Lattner
2004-06-05
Don't #include <unistd.h> directly, go through the config files
Chris Lattner
2004-06-05
Warning foo
Chris Lattner
2004-06-04
Revert ostream back to reference: the only user (llvm-tv) no longer needs it.
Misha Brukman
2004-06-04
Add some constants for VC
Chris Lattner
2004-06-04
Fix a *really* dumb warning on VC
Chris Lattner
2004-06-04
Fix more warnings
Chris Lattner
2004-06-04
Remove support for printing strings from the cached writer
Chris Lattner
2004-06-04
GCC doesn't like prefix form of cast with two identifiers I guess.
Chris Lattner
2004-06-04
Silence a warning
Chris Lattner
2004-06-04
Add ssize_t for VC++
Chris Lattner
2004-06-04
<io.h> provides read/write/open/...
Chris Lattner
2004-06-04
Visual C has something resembling a stat function, but it doesn't provide S_I...
Chris Lattner
2004-06-04
Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicating
Chris Lattner
[next]