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