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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the private linkage.
Rafael Espindola
2009-01-15
5
-6
/
+13
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
1
-82
/
+65
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
12
-108
/
+103
*
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-15
1
-11
/
+25
*
Make getWidenVectorType const; this file was missed in the
Dan Gohman
2009-01-15
1
-1
/
+1
*
More consts on TargetLowering references.
Dan Gohman
2009-01-15
4
-10
/
+9
*
Use const with TargetLowering references in a few more places.
Dan Gohman
2009-01-15
2
-5
/
+7
*
minor refactoring: use a more specific API
Gabor Greif
2009-01-15
1
-2
/
+3
*
Do not construct debug scope if RootScope *is* null.
Devang Patel
2009-01-14
1
-1
/
+1
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
3
-2453
/
+10
*
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
2
-0
/
+2
*
Undo previous checkin.
Devang Patel
2009-01-13
2
-9
/
+2
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
2
-4
/
+11
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
2
-2
/
+9
*
Use assertions to check for conditions that should never happen.
Dan Gohman
2009-01-13
1
-12
/
+6
*
The list-td and list-tdrr schedulers don't yet support physreg
Dan Gohman
2009-01-13
2
-2
/
+10
*
Avoid referring to edge D after the Succs or Preds arrays have
Dan Gohman
2009-01-13
1
-3
/
+3
*
When replacing uses and the same node is reached
Duncan Sands
2009-01-13
1
-16
/
+9
*
Fix some typos. Also, the WidenedVectors map
Duncan Sands
2009-01-13
2
-9
/
+20
*
Correct a comment - this is not a sign extension.
Duncan Sands
2009-01-13
1
-1
/
+1
*
Un-tabify.
Evan Cheng
2009-01-13
1
-1
/
+1
*
FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...
Evan Cheng
2009-01-13
1
-0
/
+13
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
6
-56
/
+69
*
Start using DebugInfo API to emit debug info.
Devang Patel
2009-01-13
1
-11
/
+10
*
Emit debug info, only if at least one compile unit is seen.
Devang Patel
2009-01-12
1
-2
/
+8
*
If multiple compile units are seen then emit them independently. In other wor...
Devang Patel
2009-01-12
1
-65
/
+74
*
Avoid cast<>, use light weith wrapper directly.
Devang Patel
2009-01-12
1
-3
/
+3
*
Use SrcLineInfo from DwarfWriter. The MachineModuleInfo copy will disappear s...
Devang Patel
2009-01-12
1
-12
/
+9
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
10
-32
/
+33
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-45
/
+91
*
Clear debug info at the end of function processing.
Devang Patel
2009-01-12
1
-1
/
+12
*
There is no need to maintain separate labelid list in the dwarf writer. It is...
Devang Patel
2009-01-12
1
-36
/
+5
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
5
-65
/
+87
*
More two-address fixes. This gets lua working with join-creation enabled.
Owen Anderson
2009-01-12
1
-6
/
+10
*
CheckForPhysRegDependency should not return copy cost. It's not used. No func...
Evan Cheng
2009-01-11
1
-9
/
+4
*
Reduce initial small vector sizes.
Devang Patel
2009-01-10
1
-6
/
+6
*
Fix thinko. Create parent scope if parent descriptor is *not* null.
Devang Patel
2009-01-10
1
-2
/
+2
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-3
/
+5
*
Minor debug output tweak.
Evan Cheng
2009-01-09
1
-2
/
+2
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
2
-2
/
+7
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
3
-6
/
+6
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-12
/
+13
*
Delete unnecessary parens around return values.
Dan Gohman
2009-01-08
2
-2
/
+2
*
Add DebugInfo based APIs to record source line info.
Devang Patel
2009-01-08
1
-4
/
+43
*
* Moved author attribution to CREDITS.TXT
Misha Brukman
2009-01-08
1
-4
/
+1
*
* Alphabetized #includes
Misha Brukman
2009-01-08
1
-56
/
+56
*
Add APIs to record regions and variables.
Devang Patel
2009-01-08
1
-0
/
+27
*
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-08
1
-0
/
+297
*
Remove redundant 'else's. No functionality change.
Dan Gohman
2009-01-07
1
-7
/
+6
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
2
-20
/
+84
[next]