2007-02-11 |
Chris Lattner | simplify this code by using value::takename |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Chris Lattner | add a helper method: Value::takeName |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Chris Lattner | Split StringMapEntry construction out of StringMap... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Reid Spencer | Undo the last patch. It slowed down bcwriter by 1.8... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Switch some std::vector's to SmallVectors. This speeds... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | modify CheckGEPInstructions to take a pointer and size... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reid Spencer | Assert that elements of packed are pointer/float/opaque. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | remove dead method. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | eliminate use of TargetData::getIndexedOffset that... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | completely eliminate a temporary vector |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | eliminate temporary vectors. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Switch LayoutInfo to be a DenseMap instead of an std... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | add a typedef |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | eliminate the std::vector from StructLayout, allocating... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | encapsulate the rest of the StructLayout members. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Privatize StructLayout::MemberOffsets, adding an accessor |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | add helper method. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Use ManagedStatic to manage LayoutInfo, instead of... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | Change TargetData::getIndexedOffset interface to not... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reid Spencer | Allow PackedType to be constructed with an abstract... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Chris Lattner | fix a grammar ambiguity noticed by Duncan |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reid Spencer | Align make log output with the rest of llvm. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reid Spencer | Compaction tables don't exist any more. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reid Spencer | For PR1194: |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reid Spencer | Fix a comment. |
commit | commitdiff | tree | snapshot |
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 |
next |