- Aug 10, 2004
-
-
Chris Lattner authored
llvm-svn: 15601
-
Misha Brukman authored
llvm-svn: 15600
-
Misha Brukman authored
llvm-svn: 15599
-
- Aug 09, 2004
-
-
Chris Lattner authored
This should go into the 1.3 branch llvm-svn: 15593
-
Chris Lattner authored
llvm-svn: 15592
-
Misha Brukman authored
llvm-svn: 15591
-
Misha Brukman authored
llvm-svn: 15590
-
Misha Brukman authored
* Make header comment span 80 cols llvm-svn: 15589
-
Misha Brukman authored
llvm-svn: 15588
-
Misha Brukman authored
llvm-svn: 15587
-
Misha Brukman authored
llvm-svn: 15586
-
Misha Brukman authored
llvm-svn: 15585
-
Misha Brukman authored
* Wrap long code lines llvm-svn: 15584
-
Misha Brukman authored
llvm-svn: 15583
-
Misha Brukman authored
* Simplify code and shorten lines by not recomputing values llvm-svn: 15582
-
Misha Brukman authored
llvm-svn: 15581
-
Misha Brukman authored
llvm-svn: 15580
-
Misha Brukman authored
that TableGen creates for them, e.g. CodeEmitter, AsmPrinter, etc. llvm-svn: 15579
-
Misha Brukman authored
llvm-svn: 15578
-
Misha Brukman authored
llvm-svn: 15577
-
Reid Spencer authored
file since it doesn't belong in the man page. llvm-svn: 15575
-
Reid Spencer authored
worthy of review at this point. There is much thought and content remaining to be written. llvm-svn: 15574
-
Reid Spencer authored
push onto the top of the stack like x86, which uses the local area offset. This will allow the removal of PowerPCPEI.cpp soon. llvm-svn: 15573
-
- Aug 08, 2004
-
-
Chris Lattner authored
llvm-svn: 15571
-
Chris Lattner authored
dangling constant users were removed from a function, causing it to be dead, we never removed the call graph edge from the external node to the function. In most cases, this didn't cause a problem (by luck). This should definitely go into 1.3 llvm-svn: 15570
-
Chris Lattner authored
llvm-svn: 15569
-
Chris Lattner authored
1. Fix a REALLY nasty cyclic replacement issue that Anshu discovered, causing nondeterminstic crashes and memory corruption. 2. For performance, don't go inserting constantexpr casts of GV pointers. This should definitely go into 1.3 llvm-svn: 15568
-
Chris Lattner authored
should go into 1.3 llvm-svn: 15567
-
- Aug 07, 2004
-
-
Reid Spencer authored
for this information as it belongs in a larger document on the subject of llvmc. llvm-svn: 15566
-
Reid Spencer authored
been initialized. llvm-svn: 15565
-
Chris Lattner authored
llvm-svn: 15564
-
Chris Lattner authored
llvm-svn: 15563
-
Reid Spencer authored
llvm-svn: 15562
-
Reid Spencer authored
aimed more at the comiler writer than the llvmc user later in the document. llvm-svn: 15561
-
- Aug 06, 2004
-
-
Brian Gaeke authored
llvm-svn: 15555
-
Chris Lattner authored
llvm-svn: 15553
-
Reid Spencer authored
being documented before being written to foster discussion about what the tool should do. Eventually, we'll achieve a decision point at which time this document forms the requirements for the tool from which it will be coded. llvm-svn: 15552
-
Alkis Evlogimenos authored
llvm-svn: 15543
-
Chris Lattner authored
llvm-svn: 15537
-
Chris Lattner authored
Changes commited for Nate Begeman: Use a PowerPC specific prolog epilog inserter to control where spilled callee save regs are placed on the stack. Get rid of implicit return address stack slot, save return address reg (LR) in appropriate slot Improve code generated for functions that don't have calls or access globals Note from Chris: PowerPCPEI will eventually be eliminated, once the functionality is merged into CodeGen/PrologEpilogInserter.cpp llvm-svn: 15536
-