2003-11-11 |
Chris Lattner | Compute node offsets correctly |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Misha Brukman | 'Tis quite silly to check for a cached version of the... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | This version of Linker.cpp works a lot better, but... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Add implementation of FileOpenable(). |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | VS: ---------------------------------------------... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Misha Brukman | The caching will not live in LLEE's execve() handler... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | Add new method for computing node mappings. This is... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Misha Brukman | Added link to ``CVS Branching and Tags Primer''. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Misha Brukman | Shorten the "updating Makefile" status print-out. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Brian Gaeke | Fix problems linking against the reoptimizer; _llvm_reg... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | Reorganize code for locality, improve comments |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | Include forms of SplitCriticalEdge which work correctly... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | No really, I'm not on crack |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | Helper method |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | Adjust to new critical edge interface |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | Move isCriticalEdge & SplitCritical into this file... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Chris Lattner | Move isCriticalEdge & SplitCritical edge out of this... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Brian Gaeke | Regenerated. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Brian Gaeke | Patch to fix PR102, contributed by Reid Spencer. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Brian Gaeke | add Reid Spencer |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Brian Gaeke | Operand numbers are now ints. Save the register allocat... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Misha Brukman | If the source tree's Makefile is more up-to-date, copy... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Give gccld more guts |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | More additions |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Bugz bugz bugz |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Fix PR95. I'm checking this patch in for Reid Spencer... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Add an assertion |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Brian Gaeke | Fix PR103 |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Do NOT inline self recursive calls into other functions... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Untypo |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Add more functions |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | None of the __llvm_* functions call into the program... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Add support for memmove |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Brian Gaeke | Remove #include of PassManager.h which was marked FIXME... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | Totally disable assert, in order to fix PR101 |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | Handle bzero and memset in the local analysis, because... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | Fix broken makefile dependency generation |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | This doesn't use DSCallSiteIterator |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | * Add units to the yaxis of each chart |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | Since we are collecting all of this data, we might... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Brian Gaeke | Fix two typos I found in comments. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | Update the portability section |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | sjlj bug |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | Fix wierd problems linking C programs which look for... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Chris Lattner | Add news from brian |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Misha Brukman | First pass at cleaning up LangRef.html: stylesheet... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Misha Brukman | For some reason, LICM and GCSE like to crash the Functi... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Chris Lattner | Provide a specialization of _Alloc_traits, which allows... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Implement vaarg instruction. This is not quite perfect... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Implement branching to a PC-relative constant (not... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | popStackAndReturnValueToCaller() must advance instructi... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | PreSelection is not optional, it performs a necessary... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Remove the *BIG UGLY HACK* from the JIT: PreSelection... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Add stub version of unwind support |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | visitCallInst --> visitCallSite. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Make the operation of visitCallInst() only depend on... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Completely hacked apart the file and put it back togeth... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Actually have a target "#introduction" if we're making... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Use CallSites for call sites, instead of CallInsts... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Mention class CallSite |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Add a warning about not "new"ing or "delete"ing CallSites |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Added ability to register FunctionPasses as optimizatio... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Make the page footer consistent with the rest of the... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Switch to emitting MachineConstantPool the way it was... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Switch to using the standard representation of the... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | We accept TargetMachine as a const reference. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | PreSelection and PeepholeOpts are now FunctionPasses. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | * Stop making a global for each constant that cannot... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | * Use the MachineConstantPool for storing constants... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Use `basename $<` to get just the filename, not full... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Declare FunctionPasses as such so that they can be... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Misha Brukman | Declare FunctionPasses as such. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Chris Lattner | Add some ctors for this allocator |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Brian Gaeke | Refactor the return-from-function code into popStackAnd... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Chris Lattner | Add bugz |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Chris Lattner | Fix a really bad build problem for users who have ... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Chris Lattner | Hopefully this will fix PR98 |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Chris Lattner | Hopefully fix the objdir != srcdir issue |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Misha Brukman | * Added a "contents"-like list of questions at the... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | fix warnings on sparc |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | Fix warnings building on sparc |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Brian Gaeke | All 'llvmgcc' tests should specify %llvmgcc so that... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | No wonder noone can set up LLVMGCCDIR correctly! |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | Add new commandline option |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | Add new command line option |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | Various cleanups and efficiency improvements |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Chris Lattner | Fix bug: PR93 |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Misha Brukman | * Make the comment header 80 columns long |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Misha Brukman | Let's not forget about our friends -- Constant Pool... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Brian Gaeke | Give this header file an Emacs mode-line. |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Brian Gaeke | Do not assume the first file is a bytecode file. Instea... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Brian Gaeke | Shorten and correct some function-header comments. |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Chris Lattner | Fix the problem with running cleanups in bugpoint:... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Chris Lattner | Bugpoint no longer has this option |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Chris Lattner | I hate it when bugpoint is all ready to give me a bytec... |
commit | commitdiff | tree | snapshot |
next |