index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make shl instruction mask its result to the correct bitsize. This is
Reid Spencer
2007-01-18
1
-5
/
+10
*
Two changes:
Reid Spencer
2007-01-18
1
-18
/
+17
*
Make sure we truncate stored values to their bit width.
Reid Spencer
2007-01-18
1
-30
/
+40
*
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-18
3
-22
/
+31
*
Modify emission of jump tables on darwin to emit an extra "l" label that
Chris Lattner
2007-01-18
2
-0
/
+14
*
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-18
2
-1
/
+10
*
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
3
-157
/
+200
*
Add CGPassManager.
Devang Patel
2007-01-17
1
-0
/
+124
*
Update ModulePass::assignPassManager() to take into account Preferred
Devang Patel
2007-01-17
1
-4
/
+5
*
s/PassDebugging_New/PassDebugging/g
Devang Patel
2007-01-17
1
-5
/
+5
*
Update assignPassManager() signature to allow selection of preferred
Devang Patel
2007-01-17
1
-4
/
+13
*
restructure code a bit to make use of continue (simplifying things). Generalize
Chris Lattner
2007-01-17
1
-92
/
+95
*
darwin doesn't support .bss, but it does have .zerofill
Chris Lattner
2007-01-17
1
-0
/
+2
*
add new directive
Chris Lattner
2007-01-17
1
-0
/
+1
*
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
5
-16
/
+31
*
Revert patch.
Bill Wendling
2007-01-17
12
-518
/
+144
*
Create the specified TargetObjInfo and use it.
Bill Wendling
2007-01-17
5
-18
/
+30
*
Create/store/and delete the TargetObjInfo object.
Bill Wendling
2007-01-17
1
-0
/
+2
*
Use the methods in the TargetObjInfo object instead of internal methods.
Bill Wendling
2007-01-17
2
-126
/
+156
*
New "TargetObjInfo" class. This holds information that the object writers will
Bill Wendling
2007-01-17
4
-0
/
+330
*
Regenerate.
Reid Spencer
2007-01-17
3
-3228
/
+4298
*
For PR1117:
Reid Spencer
2007-01-17
1
-15
/
+12
*
For PR1117:
Reid Spencer
2007-01-17
1
-29
/
+29
*
For PR1094:
Reid Spencer
2007-01-17
1
-4
/
+4
*
Pass manager may require certain analysis. In such cases, initially
Devang Patel
2007-01-16
1
-3
/
+2
*
Undo last check-in.
Devang Patel
2007-01-16
1
-62
/
+50
*
Missed "<" :)
Anton Korobeynikov
2007-01-16
1
-1
/
+1
*
Setup pass manager before scheduling required analysis.
Devang Patel
2007-01-16
1
-50
/
+62
*
Cleanup. Comments added.
Anton Korobeynikov
2007-01-16
1
-56
/
+62
*
Fix SMG2000 with the CBE: opaque types need names too.
Chris Lattner
2007-01-16
1
-10
/
+8
*
document some subtlety
Chris Lattner
2007-01-16
1
-1
/
+3
*
Emit symbol type information for ELF/COFF targets
Anton Korobeynikov
2007-01-16
3
-6
/
+128
*
Instead of yet another enum indicating the "assembly language flavor",
Bill Wendling
2007-01-16
5
-18
/
+22
*
Fix PR918 by only using typedefs to name struct types. This makes the later
Chris Lattner
2007-01-16
1
-8
/
+15
*
add a note: we need whole-function selectiondags :)
Chris Lattner
2007-01-16
1
-0
/
+28
*
Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being
Chris Lattner
2007-01-16
1
-25
/
+41
*
add options to view the dags before the first or second pass of dag combine.
Chris Lattner
2007-01-16
1
-0
/
+18
*
Make inline ASM the INTEL one if it's in that emission mode.
Bill Wendling
2007-01-16
1
-2
/
+4
*
Fix for PR1095:
Bill Wendling
2007-01-16
5
-4
/
+20
*
Code refactoring.
Devang Patel
2007-01-16
1
-18
/
+21
*
Remove extra white spaces. Fix comments.
Devang Patel
2007-01-15
1
-1
/
+1
*
Do not record last users of Pass Manager.
Devang Patel
2007-01-15
1
-2
/
+7
*
Unbreak VC++ build.
Jeff Cohen
2007-01-15
1
-1
/
+1
*
make this more efficient in release builds (time and space)
Chris Lattner
2007-01-15
1
-6
/
+2
*
Fix a regression in my isIntegral patch that broke 471.omnetpp. This is
Chris Lattner
2007-01-15
1
-6
/
+8
*
Don't print address of ETNode. Print the DFSNumIn which uniquely identifies
Nick Lewycky
2007-01-15
1
-34
/
+65
*
Implement InstCombine/phi.ll:test7, deletion of trivial value loops for
Chris Lattner
2007-01-15
1
-2
/
+16
*
simplify some code now that types are signless
Chris Lattner
2007-01-15
1
-46
/
+12
*
delete stores to allocas with one use. This is a trivial form of DSE which
Chris Lattner
2007-01-15
1
-0
/
+18
*
Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%
Chris Lattner
2007-01-15
1
-1
/
+12
[next]