projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2005-07-18
Chris Lattner
The assertion was wrong: the code only worked for i64...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-17
Reid Spencer
Add a parameter to the FIND_STD_PROGRAM macro that...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-17
Reid Spencer
Add two new checks for use in LLVM configuration files:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Only get the .bss and .data sections when needed instea...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Add two helper methods, adjust a prototype
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Refactor getSection() method to make it easier to use.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Add ability to set TYPE and FLAGS field for section...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Major refactor of the ELFWriter code. Instead of build...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Nate Begeman
Teach the legalizer how to promote SINT_TO_FP to a...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Nate Begeman
Teach the register allocator that movaps is also a...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Nate Begeman
A couple more darwinisms
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Remove all knowledge of UINT_TO_FP from the X86 backend...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Chris Lattner
Break the code for expanding UINT_TO_FP operations...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Chris Lattner
You can't use config options without config.h
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Chris Lattner
Fix PR595: These error messages should not be looking...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
John Criswell
Fixed some punctuation.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Nate Begeman
Get closer to fully working scalar FP in SSE regs....
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Nate Begeman
Add support for printing the sse scalar comparison...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Nate Begeman
Add support for a TODO; instructions in .td files can...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
John Criswell
Regression test for PR#596: Make sure that negation...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
John Criswell
Fixed PR#596:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Chris Lattner
Make this use the new autoconf support for finding...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Reid Spencer
* Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Chris Lattner
As discussed on IRC, this stuff is just for debugging.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Reid Spencer
Put the path to the Graphviz program in the #defines...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Chris Lattner
If the Graphviz program is available, use it to visuali...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Reid Spencer
Get rid of warnings on Alpha
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Reid Spencer
Implement a test for the Graphviz program for Chris...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Reid Spencer
Don't call pthread_mutexattr_setpshared on FreeBSD...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Jeff Cohen
Note to self: don't introduce memory leaks.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Jeff Cohen
Eliminate tabs
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Jeff Cohen
Win32 support for Mutex class.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Chris Lattner
Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Chris Lattner
new testcase for PR593
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Chris Lattner
Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Chris Lattner
new testcase that crashes llc on x86/ppc. Not generate...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Reid Spencer
Add a test that runs the ParallelJIT example program...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
Correct the file title.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
For PR418:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Nate Begeman
Check in the last of the darwin-specific code necessary...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Nate Begeman
Remove some code that moved to the generic asm printer...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
Update release notes regarding thread-safe JIT.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
For PR540:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
For PR540:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
For PR540:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Reid Spencer
In support of PR418:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
Add support for 64-bit elf files
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
Add support for emitting 64-bit integers
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
Add some apparently undocumented ELF section header...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Andrew Lenharth
Fix povray and minor cleanups
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Nate Begeman
Clean up and add comments to the newly implemented...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Jeff Cohen
Add new files to Visual Studio projects.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Jeff Cohen
I don't know how this ever compiled with gcc, but VC...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Jeff Cohen
VC++ demands that the function returns a value
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Nate Begeman
Clean up the TargetSubtarget class a bit, removing...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
Minor changes to improve comments and fix the build...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
Add a note
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Nate Begeman
Implement Subtarget support
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Nate Begeman
Commit some pending darwin changes before subtarget...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
Fix PR576.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Chris Lattner
add a note so I can remember the common t-t's
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
fix a warning
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Andrew Lenharth
Remove glibc specific functions, and mark a couple...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Andrew Lenharth
because on alpha:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Clean up code, no functionality changes.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Output .size directives to tell the assembler the size...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Fix crazy indentation
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
convert dos newlines to unix. No other changes.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Emit a symbol table entry for each function we output...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
The symbol table just needs a const GlobalValue*, not...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Refactor things a bit to allow the ELF code emitter...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
add code to emit the .text section to the section header.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
expose a new code emitter object
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
add a helper method
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Remove prototype for non-existant function
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
Use a name mangler object to uniquify names and remove...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
add a name mangler object
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Chris Lattner
fix long lines
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Chris Lattner
Change *EXTLOAD to use an VTSDNode operand instead...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Chris Lattner
Change *EXTLOAD to use an VTSDNode operand instead...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Chris Lattner
Change TRUNCSTORE to use a VTSDNode operand instead...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Chris Lattner
Move TRUNCSTORE to using a VTSDNode operand instead...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Chris Lattner
Introduce a new VTSDNode class with the ultimate goal...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-09
Jeff Cohen
Fix bugs also fixed in Unix version, plus other general...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-09
Jeff Cohen
1. Fix bug in getBaseName where it mishandles suffixes
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Reid Spencer
Ensure that functions like isDirectory don't fail if...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Reid Spencer
Make sure we don't error out if an invalid path is...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Reid Spencer
Two changes:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Chris Lattner
Add support for emitting a .data section and .bss section.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Jeff Cohen
Stamp out tabs
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Jeff Cohen
Make Win32 implementation conform to new paradigm
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Jeff Cohen
Fix eraseSuffix()
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Reid Spencer
Final Changes For PR495:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Jeff Cohen
Fix VC++ breakage
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Jeff Cohen
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2005-07-08
Nate Begeman
Add support for assembling .s files on mac os x for...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-07
Reid Spencer
Changes to mimic those in Unix/Path.inc in support...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-07
Reid Spencer
For PR495:
commit
|
commitdiff
|
tree
|
snapshot
2005-07-07
Chris Lattner
Fix a problem that instcombine would hit when dealing...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-07
Chris Lattner
New testcase distilled from a large chunk of code Misha...
commit
|
commitdiff
|
tree
|
snapshot
next