2007-02-10 |
Chris Lattner | convert some vectors to smallvector. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | speed up the verifier 8.5% by using a smallvector inste... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Change an std::set to a SmallPtrSet. This speeds up... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Change the table datastructure to be a vector<smallvect... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Make BytecodeWriter::outputValueSymbolTable *significan... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | make the datastructure used in BytecodeWriter::outputVa... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Switch typemap over to DenseMap. No significant speedup. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Switch NodeMap from an std::map to a DenseMap. This... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Make find return the appropriate iterator/const_iterator |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | use typedefs where appropriate |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | The ModuleLevel vector is often quite sparse. Switch... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Allow DenseMAp to take an explicit DenseMapKeyInfo |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Make the ModuleLevel datastructure more sane. When... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Only compute the module levels info once per module... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Clone and specialize CreateSlotIfNeeded into CreateFunc... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | make getSlot/getTypeSlot inline |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | getTypeSlot can never fail |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | getSlot can never fail. Make it assert internally... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | simplify getOrCreateTypeSlot, eliminat doInsertType... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | simplify and speed up recursive type processing. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | rename getOrCreateSlot -> CreateSlotIfNeeded. Noone... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | refactor callers of insertType. inline insertType... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | simplify code. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | simplify some logic, reduce nesting |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Remove dead ctor |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | ModuleContainsAllFunctionConstants is always true |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | only one client of getOrCreateSlot can pass a void... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | inline hasNullValue, rename some variables, simplify... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | merge insertValue into its single caller, eliminate... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | merge doInsertValue into insertValue |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | insertvalue's second operand is always false |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | remove dead 'dontIgnore' flag for insertType |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | rename getSlot -> getSlotType and getOrCreateSlot ... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Evan Cheng | Add function live-ins to entry block live-in set. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Evan Cheng | Add live-ins to MachineBasicBlock. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Evan Cheng | Rename some variables to avoid confusion with Selection... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Evan Cheng | These vectors are frequently large. Use std::vector... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Chris Lattner | Fix clients like this: |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Evan Cheng | Add reference counting to constantpool entries. Delete... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Use int32_t and uint32_t to hopefully help weak compile... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | int -> i32, etc. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Get the use of \ right. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Fix some bugs in module building that broke llvm-stacke... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Now that gccas and gccld are just schell scripts, adjus... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Remove gccas.pod and references to gccas and gccld. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Change a reference to gccas to a reference to opt. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Remove references to gccld and gccas, adjusting the... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Don't use gccld or gccas |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | gccld is gone. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Make SlotCalculator::getPlane an inline function. It... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | End of life for gccld. Remove its source code and enabl... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Write the deprecation message to stderr instead of... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Eliminate the use of gccas in the test suite. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Write the deprecation message to stderr instead of... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Chris Lattner | remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Chris Lattner | remove dead code, the outputConstants function is now... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Chris Lattner | 1. constants can never occur in the symbol table. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Zhou Sheng | Eliminates friend function declaration inside APInt... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Chris Lattner | Add ppc-specific test for better i64 compare codegen. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Nate Begeman | Remove fixed item |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Fix some formatting mistakes. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Merge gccld documentation in here. gccld will go away... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Put in a disabled template for when gccld is replaced... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Get the right warning message. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | New shell script to replace gccld, eventually. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Reid Spencer | Clean up error handling. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Evan Cheng | This is done. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Evan Cheng | i64 setcc tests. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Evan Cheng | Make use of TLI.SimplifySetCC() in LegalizeSetCCOperands(). |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Evan Cheng | Move SimplifySetCC to TargetLowering and allow it to... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Chris Lattner | Rename CStringMap -> StringMap, since it now supports... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Chris Lattner | update this. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Chris Lattner | Allow cstringmap to contain strings with nul characters... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | For PR1153: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | For PR1153: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Andrew Lenharth | return addresses, those I already have |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | Describe llvm/test more accurately given recent changes. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Zhou Sheng | Switched this file on accidently. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Zhou Sheng | As Chris and Reid suggested, remove "isSigned" field... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | New test cases for PR1187 |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | Make this legal input. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | Rename a field so there's less confusion between fields... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | For PR1187: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | For PR1187: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | For PR1187: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | Add some more interesting cases to this test. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reid Spencer | For PR1187: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Fixed comments. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Evan Cheng | Fixed a long standing spiller bug that's exposed by... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Chris Lattner | New testcase for PR947 |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Chris Lattner | llvm-gcc3 is gone |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Avoid assert() in lto. Let linker handle all failures... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | The new version of how to add passes to emit files... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Moved the MachOWriter and ELFWriter out of the Target... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Added new method to add a "simple" code emitter. That... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Split the addPassesToEmitFile method up into two. This... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Add function to create a file writer. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bill Wendling | Added new method to finish up the addition of passes... |
commit | commitdiff | tree | snapshot |
next |