projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2004-09-02
Alkis Evlogimenos
Change the way we choose a free register: instead of...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
Alkis Evlogimenos
Change the way we choose a free register: instead of...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
John Criswell
Added a check for u_int64_t, which is used by Interix.
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
John Criswell
Added u_int64_t because some systems use that instead...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
Alkis Evlogimenos
We don't need to sort the added vector as unhandled...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
Nate Begeman
Convert remaining X-Form and Pseudo instructions over...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
Alkis Evlogimenos
Pull in definition of std::unary_function.
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
Brian Gaeke
Unbreak build
commit
|
commitdiff
|
tree
|
snapshot
2004-09-02
Brian Gaeke
Back to compiling land for v8
commit
|
commitdiff
|
tree
|
snapshot
2004-09-01
Reid Spencer
Changes For Bug 352
commit
|
commitdiff
|
tree
|
snapshot
2004-09-01
Alkis Evlogimenos
Be a bit more efficient when processing the active...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-01
Alkis Evlogimenos
Give a better assertion if we see a use before a def.
commit
|
commitdiff
|
tree
|
snapshot
2004-09-01
Reid Spencer
Make sure <cassert> is included for platforms that...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-01
Reid Spencer
mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-01
Reid Spencer
Make CommandLine prefix error output with the name...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Initial commit for platform independent system configur...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Add support for FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Add support for Interix and FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Actually define PreventCoreFiles in the sys namespace.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Add a new abstraction, SysConfig for platform independe...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Alkis Evlogimenos
Minor code clarity changes.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Fix a "test" botch.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Nate Begeman
convert M and MD form instructions to generated asm...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-31
Reid Spencer
Recognize Interix systems as if they were SunOS and...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Move the GetTemporaryDirectory function from "generic...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Add inclusion of assert.h
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Initial commit of a configuration file for compiling...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Implement the "setIncludePaths" and "setSymbolDefines...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Pass lists of -I and -D options through to the Compiler...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Add a blurb about exploiting the use of external storage.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Nate Begeman
Move yet more instructions over to being printed by...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Abbreviate the long descriptions which are now in docs...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Reduce the number of arguments in the instruction build...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-30
Reid Spencer
Need to throw std::string not const char* if we want...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Synchronize documentation of configuration items and...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Convert A-Form instructions to auto-generated asm writer
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Register sizes should be specified in bits
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Improvements to int->float cast code for PPC-64
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Must link against new LLVMsystem library
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
RemoveFileOnSignal is now in sys:: namespace
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Put this change back in after testing from Reid proved...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Update doxygen comment now that getSpillSize is suppose...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Add a declaration of environ global for Darwin
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Add a missing header file
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Add an assert to cature null Operands. It is better...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Signals support has been moved to lib/System
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Updated to create a link needed for correct lib/System...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Add lib/System ahead of lib/Support in case there are...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Link with LLVMsystem.a for operating system independence.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
RemoveFileOnErrorSignal is now in the llvm::sys namespa...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Add the LLVMsystem.a library as it is now used for...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
The functions in Signal.h are now in the llvm::sys...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
add llvmc
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Convert llvmc to use the lib/System interface instead...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Move a warning comment to where it should have been...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Correct the vim: specification
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Include some additional header files.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Initial platform independent implementation of operatin...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Initial commit of an platform-indepdendent implementati...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Put the lib/System interface functions in llvm::sys...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Create a link from $BUILD_OBJ_ROOT/lib/System/platform to
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Nate Begeman
Implement the following missing functionality in the...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Initial commit of the platform agnostic interface to...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Add a function to remove whole directorys on fatal...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-29
Reid Spencer
Revise the design of the Path concept per peer review...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-28
Alkis Evlogimenos
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
Now that LiveIntervals::addIntervalsForSpills is fixed...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
Only update LiveVariables if it is available. addInterv...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
Back out this change as it broke the build last night...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Nate Begeman
Back out change to divide getSpillSize by 8 until I...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Nate Begeman
Fix a typo in the bytecode format documentation
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
The linear scan variants do not require the LiveVariabl...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Nate Begeman
Register sizes are in bits, not bytes
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
Add getLastBlock member. This is useful when growing...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
Add MachineBasicBlock2IndexFunctor. This is useful...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Alkis Evlogimenos
Add size member function.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Reid Spencer
Add more content.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Reid Spencer
Bug 430 Fixed.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Reid Spencer
Correctly compute the number of compaction tables.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-27
Reid Spencer
Prevent an empty compaction table from being written...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
Add the CompactionTableIsEmpty function so that we...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Alkis Evlogimenos
Use newly added API in MRegisterInfo and don't expose...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Alkis Evlogimenos
Use newly added API in MRegisterInfo.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Alkis Evlogimenos
Add getAllocatableSet() function.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
Provide some meta tags for this document.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
Add the default table related styles
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
Document the rational for the #include hierarchy.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
First cut at a README for lib/System explaining the...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Reid Spencer
Add a README explaining the intended content of this...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-26
Alkis Evlogimenos
Add default index functor (an identity functor). You...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Brian Gaeke
Previous checkin broke printf(%a) support for fp consta...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Brian Gaeke
New version of Bill Wendling's PR33 patch.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Reid Spencer
Fix documentation.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Reid Spencer
Initial implementation of the Path operating system...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Reid Spencer
License for this library.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Reid Spencer
Update to include tools/llvmc and lib/System as having...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Reid Spencer
License file for llvmc.
commit
|
commitdiff
|
tree
|
snapshot
2004-08-25
Reid Spencer
Document definitions and computations provided by llvm...
commit
|
commitdiff
|
tree
|
snapshot
2004-08-24
Reid Spencer
Insert declarations for two new functions that support...
commit
|
commitdiff
|
tree
|
snapshot
next