- 9c661c8 Do not set the `link' bit when branching to the first BB of a function, as it by Misha Brukman · 20 years ago
- 604fdc1 Add a link to the CFE build instrs next to the CFE download instructions by Chris Lattner · 20 years ago
- d80ea07 Building the C FE is a user-level process by Chris Lattner · 20 years ago
- bb4a908 Fix spacing around function arguments. by Misha Brukman · 20 years ago
- 3b04a8a Initial checkin of a simple mod/ref analysis for global variables. This is by Chris Lattner · 20 years ago
- 15fde2e Add new header by Chris Lattner · 20 years ago
- fdd9f1f Remove unused file by Chris Lattner · 20 years ago
- c347dfb Remove dead file by Chris Lattner · 20 years ago
- cbabe70 Bad passes are gone by Chris Lattner · 20 years ago
- 65f437c These passes are long dead/obsolete. They never worked in the first place by Chris Lattner · 20 years ago
- c755307 Remove two dead passes by Chris Lattner · 20 years ago
- e6afb74 Moved IPModRef out of the public include dir by Chris Lattner · 20 years ago
- c3f44c0 Move file to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
- b88fb05 Move DependenceGraph.* to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
- 1ffa817 Moved to lib/analysis/datastructure by Chris Lattner · 20 years ago
- 2de1d32 Moving to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
- ae7502c Moved to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
- 0ecdcbe Move MemoryDepAnalysis.h into lib/Analysis/DataStructure by Chris Lattner · 20 years ago
- e1ba478 Moved to lib/Analysis/DataStructure by Chris Lattner · 20 years ago
- 71ef8f7 Move PgmDependenceGraph.h out of the public include hierarchy by Chris Lattner · 20 years ago
- 6bd5551 Allow saving and restoring of double and float registers. by Brian Gaeke · 20 years ago
- c53105c Add FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}. by Brian Gaeke · 20 years ago
- 15d58b6 Implement InstCombine/add.ll:test21 by Chris Lattner · 20 years ago
- 8d5e05b new testcase by Chris Lattner · 20 years ago
- 8a0ae9e Support printing constant pool indices. by Brian Gaeke · 20 years ago
- ec3227f Trim whitespace. by Brian Gaeke · 20 years ago
- ce8158d Now that the SparcV9 specific MachineCodeForInstruction class uses it's own by Chris Lattner · 20 years ago
- 4e7244e Do not find these ugly sparc-specific objects by using the annotation API on by Chris Lattner · 20 years ago
- ea104df This class is no longer an annotation by Chris Lattner · 20 years ago
- 4aa5b2a Add a map of MachineCodeForInstruction objects to MachineFunctionInfo by Chris Lattner · 20 years ago
- 40515db Fold iType into Value::VTy by Chris Lattner · 20 years ago
- 7da38ec Eliminate the Instruction::iType field, folding it into the Value::VTy field. by Chris Lattner · 20 years ago
- 6b5f30f Get rid of Annotable's vtable. If anyone deletes an object through an Annotable*, by Chris Lattner · 20 years ago
- 159286d Make it obvious that this file is bad bad bad by Chris Lattner · 20 years ago
- 62372c2 User ctor is now inline by Chris Lattner · 20 years ago
- 38ab926 Make ctor inline, change ValueTy ->unsigned by Chris Lattner · 20 years ago
- 0b08637 Consider anything with a ValueType that is >= Instruction to be an instruction by Chris Lattner · 20 years ago
- 3d4bd5a Instancevar was renamed by Chris Lattner · 20 years ago
- f6b7844 Rearrange some code. by Chris Lattner · 20 years ago
- fae098a Don't call getValueType directly. the LLVM optimizer will turn it into the same code anyway :) by Chris Lattner · 20 years ago
- 098648a There is no reason to print ValueType here by Chris Lattner · 20 years ago
- af754db Simplify code by Chris Lattner · 20 years ago
- 98ebce1 Hey, why not just make 'new ReturnInst(BB)' DTRT? by Chris Lattner · 20 years ago
- e056f5c new ReturnInst(BB) does not "do the right thing". Add an assert to catch it by Chris Lattner · 20 years ago
- b8356b3 Add credits entry by Chris Lattner · 20 years ago
- 86840d0 Fix relative links for nightly testers not hosted on llvm.cs. by Chris Lattner · 20 years ago
- a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 20 years ago
- 036de03 No functionality changes here: by Chris Lattner · 20 years ago
- 34fa871 Allow debugging machine instrs (by printout) before/after isel and regalloc by Misha Brukman · 20 years ago
- c6cc10f Combine several if stmts with returns into an if-then-elseif-else chain. by Misha Brukman · 20 years ago
- d47bbf7 Do not move any values into registers for a void return (there isn't anything). by Misha Brukman · 20 years ago
- 1cbb3ee Convert tabs to spaces. by Misha Brukman · 20 years ago
- 972569a Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr. by Misha Brukman · 20 years ago
- f507613 Removed the interrupt_handler instrinsic section that I accidently added by John Criswell · 20 years ago
- 8411475 Grammar and punctuation fixes. by John Criswell · 20 years ago
- 2bf183c * Be consistent about MachineBB labels and references to them in instr stream by Misha Brukman · 20 years ago
- fa08187 Added missing quote. by John Criswell · 20 years ago
- 22e1207 * Initialize the entire array statically, not member-at-a-time by Misha Brukman · 20 years ago
- 9ecf3bf Fix bug in previous checkin. by Misha Brukman · 20 years ago
- 911afde * Wrap long lines by Misha Brukman · 20 years ago
- 179d97c Excise X86-specific comments. by Misha Brukman · 20 years ago
- 9cd94d7 Vladimir Prus also contributed the LowerConstantExprs pass. by Misha Brukman · 20 years ago
- 9dc1b2a New constant expression lowering pass to simplify your instruction selection needs. by Chris Lattner · 20 years ago
- dfde14e New testcase for constant expression lowering pass, contributed by Vladimir Prus! by Chris Lattner · 20 years ago
- 288c92c Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus! by Chris Lattner · 20 years ago
- 2280098 Don't try to run qmtests if we fail to build the tree. The qmtests (at by Brian Gaeke · 20 years ago
- 4391946 Make sure to link all IPA's into opt, so that it has access to stuff like by Chris Lattner · 20 years ago
- d28b0d7 Fix header by Chris Lattner · 20 years ago
- e5c9df6 - Changed Handler.h -> BytecodeHandler.h by Reid Spencer · 20 years ago
- bc7ce7e Okay, Module have not been known as 'C' for a LONG time now by Chris Lattner · 20 years ago
- d616228 Fix more warnings building with VC++ by Chris Lattner · 20 years ago
- 990a6a3 Unbreak the build. tsk tsk by Chris Lattner · 20 years ago
- b140762 Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. by Tanya Lattner · 20 years ago
- 32b5880 fix warnings by Chris Lattner · 20 years ago
- 75afe1f Add option to print out machine code before register allocation. by Misha Brukman · 20 years ago
- f3e50be Use DEBUG() guard for printing out debug info. by Misha Brukman · 20 years ago
- e327e49 Add a `break' in the switch/case statement between the int/fp sections. by Misha Brukman · 20 years ago
- 7f484a5 * Lowercase the register names by Misha Brukman · 20 years ago
- 64aed54 Add a LowercaseString() utility function, courtesy of brg. by Misha Brukman · 20 years ago
- f54ef97 * LowercaseString moved to StringExtras.h * Wrap long line to 80 cols by Misha Brukman · 20 years ago
- ca428df * Tabs to spaces * Send an error message to std::cerr before abort()ing by Misha Brukman · 20 years ago
- a1d90eb Definition of the Bytecode Handler interface. Subclasses can override just by Reid Spencer · 20 years ago
- 46fd00a * Tabs to spaces * Remove unnecessary parens, braces, clean up code layout by Misha Brukman · 20 years ago
- fadb82f Unindent some more code to be consistent. by Misha Brukman · 20 years ago
- 1916bf9 Unindent some code, it only needs 2 spaces. by Misha Brukman · 20 years ago
- 98649d1 In emitting code for a GEP instr, iterate over GEPTypes because there is one by Misha Brukman · 20 years ago
- 5b63631 * Capitalize `Java' * Sprinkle hypens liberally * Fix some grammar in comments by Misha Brukman · 20 years ago
- 09ba906 Convert tabs to spaces. by Misha Brukman · 20 years ago
- 57ff2e3 Add FSTOD and FDTOS conversion instructions. by Brian Gaeke · 20 years ago
- 495a097 Support cast float to float, cast double to float, and cast float to double. by Brian Gaeke · 20 years ago
- fd9d1b3 Add a section about running the nightly tester proper. by Chris Lattner · 20 years ago
- e0e12ac This file is unused, and duplicates functionality in TraceValues.cpp. by Vikram S. Adve · 20 years ago
- 129f6cf etags isn't portable at all. Make it not run by default. If you still by Chris Lattner · 20 years ago
- 0579449 * Order #includes * Use the DEBUG() guard for debug printouts by Misha Brukman · 20 years ago
- 60c73e4 Make the double-fp pseudo registers be "NamedRegs". by Brian Gaeke · 20 years ago
- 13dc433 Fix a dyn_cast in copyConstantToRegister which should have been a cast. by Brian Gaeke · 20 years ago
- be81e82 The long integer pseudo-regs are history. So long, we hardly knew ye. by Brian Gaeke · 20 years ago
- c7fd0f4 Use correct add*Imm form in more BuildMI calls. by Brian Gaeke · 20 years ago
- af0492e Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 20 years ago
- e7f9e0b Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 20 years ago